#DC5A15

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

Shades of Chocolate #DC5A15

Tints of Chocolate #DC5A15

Color information

#DC5A15 (or 0xDC5A15) is unknown color: approx Chocolate. HEX triplet: DC, 5A and 15. RGB value is (220,90,21). Sum of RGB (Red+Green+Blue) = 220+90+21=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 21 (8.59% from 255 or 6.34% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5A15 is #23A5EA. Grayscale: #797979. Windows color (decimal): -2336235 or 1399516. OLE color: 1399516.

HSL color Cylindrical-coordinate representation of color #DC5A15: hue angle of 20.8º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC5A15 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB2209021-
CMYK00.590.900.14
HSL20.8º82.57%47.25%-
HSV(B)20.8º90.45%86.27%-
XYZ33.3122.583.31-
YUV12171.57198.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 66.47%
GREEN value IS 90 (35.55% from 255) = 27.19%
BLUE value IS 21 (8.59% from 255) = 6.34%
R=66.47%
G=27.19%
B=6.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.90
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220902100.590.900.1420.882.5747.25
HexDC5A1503B5AE15532f
Octal33413225073132162512357
Binary11011100101101010101011101110110101110101011010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5A15; }

 p { color: rgb(220,90,21); }

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

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

 a { background-color: rgb(220,90,21); }

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

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

 span { border-color: rgb(220,90,21); }

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