Html Css Color HEX #D67210 Chocolate

📋 copy color: '#D67210'

red 214 ◦ green 114 ◦ blue 16

#D67210
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #D67210

Tints of Chocolate #D67210

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 value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D67210 (or 0xD67210) is known color: 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

RGB 214 114 16 -
CMYK 0 0.47 0.93 0.16
HSL 29.7º 0.86% 0.45% -
HSV(B) 29.7º 0.93% 0.84% -
XYZ 33.84 26.37 3.8 -
YUV 132.73 62.13 185.97 -
System Red Green Blue C M Y K H S L
Decimal 214 114 16 0 0.47 0.93 0.16 29.7 0.86 0.45
Hex D6 72 10 0 2F 5D 10 1E 56 2D
Octal 326 162 20 0 57 135 20 36 126 55
Binary 11010110 1110010 10000 0 101111 1011101 10000 11110 1010110 101101

Color Harmonies of #D67210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67210

Black with #D67210

Text Example


Text Example

White with #D67210

Text Example


Text Example

HTML Codes & Css Web 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>