Html Css Color HEX #D06B11 Chocolate

📋 copy color: '#D06B11'

red 208 ◦ green 107 ◦ blue 17

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

Shades of Chocolate #D06B11

Tints of Chocolate #D06B11

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.23%

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

R = 62.65%
G = 32.23%
B = 5.12%

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

#D06B11 (or 0xD06B11) is known color: Chocolate. HEX triplet: D0, 6B and 11. RGB value is (208,107,17). Sum of RGB (Red+Green+Blue) = 208+107+17=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 17 (7.03% from 255 or 5.12% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D06B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06B11 is #2F94EE. Grayscale: #7F7F7F. Windows color (decimal): -3118319 or 1141712. OLE color: 1141712.

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

Color convert

RGB 208 107 17 -
CMYK 0 0.49 0.92 0.18
HSL 28.27º 0.85% 0.44% -
HSV(B) 28.27º 0.92% 0.82% -
XYZ 31.37 23.97 3.5 -
YUV 126.94 65.96 185.82 -
System Red Green Blue C M Y K H S L
Decimal 208 107 17 0 0.49 0.92 0.18 28.27 0.85 0.44
Hex D0 6B 11 0 31 5C 12 1C 55 2C
Octal 320 153 21 0 61 134 22 34 125 54
Binary 11010000 1101011 10001 0 110001 1011100 10010 11100 1010101 101100

Color Harmonies of #D06B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06B11

Black with #D06B11

Text Example


Text Example

White with #D06B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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