Html Css Color HEX #D66E10 Chocolate

📋 copy color: '#D66E10'

red 214 ◦ green 110 ◦ blue 16

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

Shades of Chocolate #D66E10

Tints of Chocolate #D66E10

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.35%

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

R = 62.94%
G = 32.35%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D66E10 (or 0xD66E10) is known color: Chocolate. HEX triplet: D6, 6E and 10. RGB value is (214,110,16). Sum of RGB (Red+Green+Blue) = 214+110+16=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 110 (43.36% from 255 or 32.35% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66E10 is #2991EF. Grayscale: #828282. Windows color (decimal): -2724336 or 1076950. OLE color: 1076950.

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

Color convert

RGB 214 110 16 -
CMYK 0 0.49 0.93 0.16
HSL 28.48º 0.86% 0.45% -
HSV(B) 28.48º 0.93% 0.84% -
XYZ 33.4 25.49 3.65 -
YUV 130.38 63.46 187.64 -
System Red Green Blue C M Y K H S L
Decimal 214 110 16 0 0.49 0.93 0.16 28.48 0.86 0.45
Hex D6 6E 10 0 31 5D 10 1C 56 2D
Octal 326 156 20 0 61 135 20 34 126 55
Binary 11010110 1101110 10000 0 110001 1011101 10000 11100 1010110 101101

Color Harmonies of #D66E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66E10

Black with #D66E10

Text Example


Text Example

White with #D66E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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