Html Css Color HEX #D06111 Chocolate

📋 copy color: '#D06111'

red 208 ◦ green 97 ◦ blue 17

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

Shades of Chocolate #D06111

Tints of Chocolate #D06111

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.12%

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

R = 64.6%
G = 30.12%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D06111 (or 0xD06111) is known color: Chocolate. HEX triplet: D0, 61 and 11. RGB value is (208,97,17). Sum of RGB (Red+Green+Blue) = 208+97+17=322 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.60% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 17 (7.03% from 255 or 5.28% from 322); Max value from RGB is 208 - color contains mainly: red. Hex color #D06111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06111 is #2F9EEE. Grayscale: #797979. Windows color (decimal): -3120879 or 1139152. OLE color: 1139152.

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

Color convert

RGB 208 97 17 -
CMYK 0 0.53 0.92 0.18
HSL 25.13º 0.85% 0.44% -
HSV(B) 25.13º 0.92% 0.82% -
XYZ 30.39 22 3.18 -
YUV 121.07 69.27 190 -
System Red Green Blue C M Y K H S L
Decimal 208 97 17 0 0.53 0.92 0.18 25.13 0.85 0.44
Hex D0 61 11 0 35 5C 12 19 55 2C
Octal 320 141 21 0 65 134 22 31 125 54
Binary 11010000 1100001 10001 0 110101 1011100 10010 11001 1010101 101100

Color Harmonies of #D06111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06111

Black with #D06111

Text Example


Text Example

White with #D06111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06111; }

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

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

background-color css

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

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

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

border-color css

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

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

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