Html Css Color HEX #D07011 Chocolate

📋 copy color: '#D07011'

red 208 ◦ green 112 ◦ blue 17

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

Shades of Chocolate #D07011

Tints of Chocolate #D07011

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.23%

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

R = 61.72%
G = 33.23%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D07011 (or 0xD07011) is known color: Chocolate. HEX triplet: D0, 70 and 11. RGB value is (208,112,17). Sum of RGB (Red+Green+Blue) = 208+112+17=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 112 (44.14% from 255 or 33.23% from 337); Blue value is 17 (7.03% from 255 or 5.04% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D07011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07011 is #2F8FEE. Grayscale: #828282. Windows color (decimal): -3117039 or 1142992. OLE color: 1142992.

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

Color convert

RGB 208 112 17 -
CMYK 0 0.46 0.92 0.18
HSL 29.84º 0.85% 0.44% -
HSV(B) 29.84º 0.92% 0.82% -
XYZ 31.91 25.04 3.68 -
YUV 129.87 64.3 183.72 -
System Red Green Blue C M Y K H S L
Decimal 208 112 17 0 0.46 0.92 0.18 29.84 0.85 0.44
Hex D0 70 11 0 2E 5C 12 1E 55 2C
Octal 320 160 21 0 56 134 22 36 125 54
Binary 11010000 1110000 10001 0 101110 1011100 10010 11110 1010101 101100

Color Harmonies of #D07011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07011

Black with #D07011

Text Example


Text Example

White with #D07011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07011; }

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

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

background-color css

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

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

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

border-color css

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

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

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