Html Css Color HEX #D06711 Chocolate

📋 copy color: '#D06711'

red 208 ◦ green 103 ◦ blue 17

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

Shades of Chocolate #D06711

Tints of Chocolate #D06711

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.4%

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

R = 63.41%
G = 31.4%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D06711 (or 0xD06711) is known color: Chocolate. HEX triplet: D0, 67 and 11. RGB value is (208,103,17). Sum of RGB (Red+Green+Blue) = 208+103+17=328 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.41% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 17 (7.03% from 255 or 5.18% from 328); Max value from RGB is 208 - color contains mainly: red. Hex color #D06711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06711 is #2F98EE. Grayscale: #7D7D7D. Windows color (decimal): -3119343 or 1140688. OLE color: 1140688.

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

Color convert

RGB 208 103 17 -
CMYK 0 0.50 0.92 0.18
HSL 27.02º 0.85% 0.44% -
HSV(B) 27.02º 0.92% 0.82% -
XYZ 30.96 23.15 3.37 -
YUV 124.59 67.29 187.49 -
System Red Green Blue C M Y K H S L
Decimal 208 103 17 0 0.50 0.92 0.18 27.02 0.85 0.44
Hex D0 67 11 0 32 5C 12 1B 55 2C
Octal 320 147 21 0 62 134 22 33 125 54
Binary 11010000 1100111 10001 0 110010 1011100 10010 11011 1010101 101100

Color Harmonies of #D06711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06711

Black with #D06711

Text Example


Text Example

White with #D06711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06711; }

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

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

background-color css

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

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

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

border-color css

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

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

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