Html Css Color HEX #D07211 Chocolate

📋 copy color: '#D07211'

red 208 ◦ green 114 ◦ blue 17

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

Shades of Chocolate #D07211

Tints of Chocolate #D07211

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.63%

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

R = 61.36%
G = 33.63%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D07211 (or 0xD07211) is known color: Chocolate. HEX triplet: D0, 72 and 11. RGB value is (208,114,17). Sum of RGB (Red+Green+Blue) = 208+114+17=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D07211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07211 is #2F8DEE. Grayscale: #838383. Windows color (decimal): -3116527 or 1143504. OLE color: 1143504.

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

Color convert

RGB 208 114 17 -
CMYK 0 0.45 0.92 0.18
HSL 30.47º 0.85% 0.44% -
HSV(B) 30.47º 0.92% 0.82% -
XYZ 32.13 25.48 3.76 -
YUV 131.05 63.64 182.89 -
System Red Green Blue C M Y K H S L
Decimal 208 114 17 0 0.45 0.92 0.18 30.47 0.85 0.44
Hex D0 72 11 0 2D 5C 12 1E 55 2C
Octal 320 162 21 0 55 134 22 36 125 54
Binary 11010000 1110010 10001 0 101101 1011100 10010 11110 1010101 101100

Color Harmonies of #D07211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07211

Black with #D07211

Text Example


Text Example

White with #D07211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07211; }

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

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

background-color css

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

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

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

border-color css

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

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

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