Html Css Color HEX #D06F11 Chocolate

📋 copy color: '#D06F11'

red 208 ◦ green 111 ◦ blue 17

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

Shades of Chocolate #D06F11

Tints of Chocolate #D06F11

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.04%

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

R = 61.9%
G = 33.04%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D06F11 (or 0xD06F11) is known color: Chocolate. HEX triplet: D0, 6F and 11. RGB value is (208,111,17). Sum of RGB (Red+Green+Blue) = 208+111+17=336 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.90% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 17 (7.03% from 255 or 5.06% from 336); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06F11 is #2F90EE. Grayscale: #818181. Windows color (decimal): -3117295 or 1142736. OLE color: 1142736.

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

Color convert

RGB 208 111 17 -
CMYK 0 0.47 0.92 0.18
HSL 29.53º 0.85% 0.44% -
HSV(B) 29.53º 0.92% 0.82% -
XYZ 31.8 24.82 3.64 -
YUV 129.29 64.64 184.14 -
System Red Green Blue C M Y K H S L
Decimal 208 111 17 0 0.47 0.92 0.18 29.53 0.85 0.44
Hex D0 6F 11 0 2F 5C 12 1E 55 2C
Octal 320 157 21 0 57 134 22 36 125 54
Binary 11010000 1101111 10001 0 101111 1011100 10010 11110 1010101 101100

Color Harmonies of #D06F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06F11

Black with #D06F11

Text Example


Text Example

White with #D06F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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