#D67210

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

Shades of Chocolate #D67210

Tints of Chocolate #D67210

Color information

#D67210 (or 0xD67210) is unknown color: approx Chocolate. HEX triplet: D6, 72 and 10. RGB value is (214,114,16). Sum of RGB (Red+Green+Blue) = 214+114+16=344 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.21% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 16 (6.64% from 255 or 4.65% from 344); Max value from RGB is 214 - color contains mainly: red. Hex color #D67210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D67210 is #298DEF. Grayscale: #858585. Windows color (decimal): -2723312 or 1077974. OLE color: 1077974.

HSL color Cylindrical-coordinate representation of color #D67210: hue angle of 29.7º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D67210 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB21411416-
CMYK00.470.930.16
HSL29.7º86.09%45.1%-
HSV(B)29.7º92.52%83.92%-
XYZ33.8426.373.8-
YUV132.7362.13185.97-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 62.21%
GREEN value IS 114 (44.92% from 255) = 33.14%
BLUE value IS 16 (6.64% from 255) = 4.65%
R=62.21%
G=33.14%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.93
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141141600.470.930.1629.786.0945.1
HexD6721002F5D101e562d
Octal32616220057135203612655
Binary110101101110010100000101111101110110000111101010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67210; }

 p { color: rgb(214,114,16); }

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

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

 a { background-color: rgb(214,114,16); }

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

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

 span { border-color: rgb(214,114,16); }

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