Html Css Color HEX #D06C12 Chocolate

📋 copy color: '#D06C12'

red 208 ◦ green 108 ◦ blue 18

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

Shades of Chocolate #D06C12

Tints of Chocolate #D06C12

RGB

 RED value IS 208 (81.64% from 255) = 62.28%

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

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

R = 62.28%
G = 32.34%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D06C12 (or 0xD06C12) is known color: Chocolate. HEX triplet: D0, 6C and 12. RGB value is (208,108,18). Sum of RGB (Red+Green+Blue) = 208+108+18=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06C12 is #2F93ED. Grayscale: #808080. Windows color (decimal): -3118062 or 1207504. OLE color: 1207504.

HSL color Cylindrical-coordinate representation of color #D06C12: hue angle of 28.42º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D06C12 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 108 18 -
CMYK 0 0.48 0.91 0.18
HSL 28.42º 0.84% 0.44% -
HSV(B) 28.42º 0.91% 0.82% -
XYZ 31.48 24.18 3.58 -
YUV 127.64 66.13 185.32 -
System Red Green Blue C M Y K H S L
Decimal 208 108 18 0 0.48 0.91 0.18 28.42 0.84 0.44
Hex D0 6C 12 0 30 5B 12 1C 54 2C
Octal 320 154 22 0 60 133 22 34 124 54
Binary 11010000 1101100 10010 0 110000 1011011 10010 11100 1010100 101100

Color Harmonies of #D06C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06C12

Black with #D06C12

Text Example


Text Example

White with #D06C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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