#DC460B

Color #DC460B Persimmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persimmon #DC460B

Tints of Persimmon #DC460B

Color information

#DC460B (or 0xDC460B) is unknown color: approx Persimmon. HEX triplet: DC, 46 and 0B. RGB value is (220,70,11). Sum of RGB (Red+Green+Blue) = 220+70+11=301 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.09% from 301); Green value is 70 (27.73% from 255 or 23.26% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 220 - color contains mainly: red. Hex color #DC460B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC460B is #23B9F4. Grayscale: #6C6C6C. Windows color (decimal): -2341365 or 739036. OLE color: 739036.

HSL color Cylindrical-coordinate representation of color #DC460B: hue angle of 16.94º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC460B is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB2207011-
CMYK00.680.950.14
HSL16.94º90.48%45.29%-
HSV(B)16.94º95%86.27%-
XYZ31.7719.622.43-
YUV108.1273.2207.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 73.09%
GREEN value IS 70 (27.73% from 255) = 23.26%
BLUE value IS 11 (4.69% from 255) = 3.65%
R=73.09%
G=23.26%
B=3.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.95
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220701100.680.950.1416.9490.4845.29
HexDC46B0445FE115a2d
Octal334106130104137162113255
Binary11011100100011010110100010010111111110100011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC460B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC460B; }

 p { color: rgb(220,70,11); }

 H1.HeaderClassName
 {
   color: #DC460B;
 }
 .AnyTagClassName
 {
   color: #DC460B;
 }
</style>
background-color css

<style>
 a { background-color: #DC460B; }

 a { background-color: rgb(220,70,11); }

 div.DivClassName
 {
   background-color: #DC460B;
 }
 .BgClassName
 {
   background-color: #DC460B;
 }
</style>
border-color css

<style>
 span { border-color: #DC460B; }

 span { border-color: rgb(220,70,11); }

 td.TdClassName
 {
   border-color: #DC460B;
 }
 .TagClassName
 {
   border-color: #DC460B;
 }
</style>