#D05C19

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

Shades of Chocolate #D05C19

Tints of Chocolate #D05C19

Color information

#D05C19 (or 0xD05C19) is unknown color: approx Chocolate. HEX triplet: D0, 5C and 19. RGB value is (208,92,25). Sum of RGB (Red+Green+Blue) = 208+92+25=325 (43% of max value = 765). Red value is 208 (81.64% from 255 or 64% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 208 - color contains mainly: red. Hex color #D05C19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05C19 is #2FA3E6. Grayscale: #777777. Windows color (decimal): -3122151 or 1662160. OLE color: 1662160.

HSL color Cylindrical-coordinate representation of color #D05C19: hue angle of 21.97º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D05C19 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB2089225-
CMYK00.560.880.18
HSL21.97º78.54%45.69%-
HSV(B)21.97º87.98%81.57%-
XYZ30.0221.133.42-
YUV119.0574.93191.45-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 64%
GREEN value IS 92 (36.33% from 255) = 28.31%
BLUE value IS 25 (10.16% from 255) = 7.69%
R=64%
G=28.31%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.88
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208922500.560.880.1821.9778.5445.69
HexD05C190385812164f2e
Octal32013431070130222611756
Binary110100001011100110010111000101100010010101101001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05C19; }

 p { color: rgb(208,92,25); }

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

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

 a { background-color: rgb(208,92,25); }

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

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

 span { border-color: rgb(208,92,25); }

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