Html Css Color HEX #D06E08 Chocolate

📋 copy color: '#D06E08'

red 208 ◦ green 110 ◦ blue 8

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

Shades of Chocolate #D06E08

Tints of Chocolate #D06E08

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.74%

 BLUE value IS 8 (3.52% from 255) = 2.45%

R = 63.8%
G = 33.74%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D06E08 (or 0xD06E08) is known color: Chocolate. HEX triplet: D0, 6E and 08. RGB value is (208,110,8). Sum of RGB (Red+Green+Blue) = 208+110+8=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D06E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06E08 is #2F91F7. Grayscale: #808080. Windows color (decimal): -3117560 or 552656. OLE color: 552656.

HSL color Cylindrical-coordinate representation of color #D06E08: hue angle of 30.6º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D06E08 is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 110 8 -
CMYK 0 0.47 0.96 0.18
HSL 30.6º 0.93% 0.42% -
HSV(B) 30.6º 0.96% 0.82% -
XYZ 31.63 24.58 3.31 -
YUV 127.67 60.47 185.29 -
System Red Green Blue C M Y K H S L
Decimal 208 110 8 0 0.47 0.96 0.18 30.6 0.93 0.42
Hex D0 6E 8 0 2F 60 12 1F 5D 2A
Octal 320 156 10 0 57 140 22 37 135 52
Binary 11010000 1101110 1000 0 101111 1100000 10010 11111 1011101 101010

Color Harmonies of #D06E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06E08

Black with #D06E08

Text Example


Text Example

White with #D06E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06E08; }

 p { color: rgb(208,110,8); }

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

background-color css

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

 a { background-color: rgb(208,110,8); }

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

border-color css

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

 span { border-color: rgb(208,110,8); }

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