#D06213

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

Shades of Chocolate #D06213

Tints of Chocolate #D06213

Color information

#D06213 (or 0xD06213) is unknown color: approx Chocolate. HEX triplet: D0, 62 and 13. RGB value is (208,98,19). Sum of RGB (Red+Green+Blue) = 208+98+19=325 (43% of max value = 765). Red value is 208 (81.64% from 255 or 64% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 19 (7.81% from 255 or 5.85% from 325); Max value from RGB is 208 - color contains mainly: red. Hex color #D06213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06213 is #2F9DEC. Grayscale: #7A7A7A. Windows color (decimal): -3120621 or 1270480. OLE color: 1270480.

HSL color Cylindrical-coordinate representation of color #D06213: hue angle of 25.08º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D06213 is Cyan = 0, Magento = 0.53, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB2089819-
CMYK00.530.910.18
HSL25.08º83.26%44.51%-
HSV(B)25.08º90.87%81.57%-
XYZ30.522.193.29-
YUV121.8869.94189.42-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 64%
GREEN value IS 98 (38.67% from 255) = 30.15%
BLUE value IS 19 (7.81% from 255) = 5.85%
R=64%
G=30.15%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.91
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208981900.530.910.1825.0883.2644.51
HexD062130355B1219532d
Octal32014223065133223112355
Binary110100001100010100110110101101101110010110011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D06213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D06213; }

 p { color: rgb(208,98,19); }

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

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

 a { background-color: rgb(208,98,19); }

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

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

 span { border-color: rgb(208,98,19); }

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