Html Css Color HEX #D66C12 Chocolate

📋 copy color: '#D66C12'

red 214 ◦ green 108 ◦ blue 18

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

Shades of Chocolate #D66C12

Tints of Chocolate #D66C12

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.76%

 BLUE value IS 18 (7.42% from 255) = 5.29%

R = 62.94%
G = 31.76%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D66C12 (or 0xD66C12) is known color: Chocolate. HEX triplet: D6, 6C and 12. RGB value is (214,108,18). Sum of RGB (Red+Green+Blue) = 214+108+18=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 18 (7.42% from 255 or 5.29% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D66C12 is #2993ED. Grayscale: #818181. Windows color (decimal): -2724846 or 1207510. OLE color: 1207510.

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

Color convert

RGB 214 108 18 -
CMYK 0 0.50 0.92 0.16
HSL 27.55º 0.84% 0.45% -
HSV(B) 27.55º 0.92% 0.84% -
XYZ 33.2 25.06 3.66 -
YUV 129.43 65.12 188.32 -
System Red Green Blue C M Y K H S L
Decimal 214 108 18 0 0.50 0.92 0.16 27.55 0.84 0.45
Hex D6 6C 12 0 32 5C 10 1C 54 2D
Octal 326 154 22 0 62 134 20 34 124 55
Binary 11010110 1101100 10010 0 110010 1011100 10000 11100 1010100 101101

Color Harmonies of #D66C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66C12

Black with #D66C12

Text Example


Text Example

White with #D66C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66C12; }

 p { color: rgb(214,108,18); }

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

background-color css

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

 a { background-color: rgb(214,108,18); }

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

border-color css

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

 span { border-color: rgb(214,108,18); }

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