Html Css Color HEX #D06D08 Chocolate

📋 copy color: '#D06D08'

red 208 ◦ green 109 ◦ blue 8

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

Shades of Chocolate #D06D08

Tints of Chocolate #D06D08

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.54%

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

R = 64%
G = 33.54%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D06D08 (or 0xD06D08) is known color: Chocolate. HEX triplet: D0, 6D and 08. RGB value is (208,109,8). Sum of RGB (Red+Green+Blue) = 208+109+8=325 (43% of max value = 765). Red value is 208 (81.64% from 255 or 64% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 8 (3.52% from 255 or 2.46% from 325); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06D08 is #2F92F7. Grayscale: #7F7F7F. Windows color (decimal): -3117816 or 552400. OLE color: 552400.

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

Color convert

RGB 208 109 8 -
CMYK 0 0.48 0.96 0.18
HSL 30.3º 0.93% 0.42% -
HSV(B) 30.3º 0.96% 0.82% -
XYZ 31.52 24.36 3.27 -
YUV 127.09 60.8 185.71 -
System Red Green Blue C M Y K H S L
Decimal 208 109 8 0 0.48 0.96 0.18 30.3 0.93 0.42
Hex D0 6D 8 0 30 60 12 1E 5D 2A
Octal 320 155 10 0 60 140 22 36 135 52
Binary 11010000 1101101 1000 0 110000 1100000 10010 11110 1011101 101010

Color Harmonies of #D06D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06D08

Black with #D06D08

Text Example


Text Example

White with #D06D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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