Html Css Color HEX #D06A11 Chocolate

📋 copy color: '#D06A11'

red 208 ◦ green 106 ◦ blue 17

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

Shades of Chocolate #D06A11

Tints of Chocolate #D06A11

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.02%

 BLUE value IS 17 (7.03% from 255) = 5.14%

R = 62.84%
G = 32.02%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D06A11 (or 0xD06A11) is known color: Chocolate. HEX triplet: D0, 6A and 11. RGB value is (208,106,17). Sum of RGB (Red+Green+Blue) = 208+106+17=331 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.84% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 208 - color contains mainly: red. Hex color #D06A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06A11 is #2F95EE. Grayscale: #7E7E7E. Windows color (decimal): -3118575 or 1141456. OLE color: 1141456.

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

Color convert

RGB 208 106 17 -
CMYK 0 0.49 0.92 0.18
HSL 27.96º 0.85% 0.44% -
HSV(B) 27.96º 0.92% 0.82% -
XYZ 31.27 23.76 3.47 -
YUV 126.35 66.29 186.24 -
System Red Green Blue C M Y K H S L
Decimal 208 106 17 0 0.49 0.92 0.18 27.96 0.85 0.44
Hex D0 6A 11 0 31 5C 12 1C 55 2C
Octal 320 152 21 0 61 134 22 34 125 54
Binary 11010000 1101010 10001 0 110001 1011100 10010 11100 1010101 101100

Color Harmonies of #D06A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06A11

Black with #D06A11

Text Example


Text Example

White with #D06A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06A11; }

 p { color: rgb(208,106,17); }

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

background-color css

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

 a { background-color: rgb(208,106,17); }

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

border-color css

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

 span { border-color: rgb(208,106,17); }

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