Html Css Color HEX #D66210 Chocolate

📋 copy color: '#D66210'

red 214 ◦ green 98 ◦ blue 16

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

Shades of Chocolate #D66210

Tints of Chocolate #D66210

RGB

 RED value IS 214 (83.98% from 255) = 65.24%

 GREEN value IS 98 (38.67% from 255) = 29.88%

 BLUE value IS 16 (6.64% from 255) = 4.88%

R = 65.24%
G = 29.88%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D66210 (or 0xD66210) is known color: Chocolate. HEX triplet: D6, 62 and 10. RGB value is (214,98,16). Sum of RGB (Red+Green+Blue) = 214+98+16=328 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.24% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 214 - color contains mainly: red. Hex color #D66210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66210 is #299DEF. Grayscale: #7B7B7B. Windows color (decimal): -2727408 or 1073878. OLE color: 1073878.

HSL color Cylindrical-coordinate representation of color #D66210: hue angle of 24.85º 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 #D66210 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 98 16 -
CMYK 0 0.54 0.93 0.16
HSL 24.85º 0.86% 0.45% -
HSV(B) 24.85º 0.93% 0.84% -
XYZ 32.19 23.07 3.25 -
YUV 123.34 67.43 192.67 -
System Red Green Blue C M Y K H S L
Decimal 214 98 16 0 0.54 0.93 0.16 24.85 0.86 0.45
Hex D6 62 10 0 36 5D 10 19 56 2D
Octal 326 142 20 0 66 135 20 31 126 55
Binary 11010110 1100010 10000 0 110110 1011101 10000 11001 1010110 101101

Color Harmonies of #D66210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66210

Black with #D66210

Text Example


Text Example

White with #D66210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66210; }

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

 H1.HeaderClassName
 {
   color: #D66210;
 }
 .AnyTagClassName
 {
   color: #D66210;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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