Html Css Color HEX #D06810 Chocolate

📋 copy color: '#D06810'

red 208 ◦ green 104 ◦ blue 16

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

Shades of Chocolate #D06810

Tints of Chocolate #D06810

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.71%

 BLUE value IS 16 (6.64% from 255) = 4.88%

R = 63.41%
G = 31.71%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D06810 (or 0xD06810) is known color: Chocolate. HEX triplet: D0, 68 and 10. RGB value is (208,104,16). Sum of RGB (Red+Green+Blue) = 208+104+16=328 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.41% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 208 - color contains mainly: red. Hex color #D06810 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06810 is #2F97EF. Grayscale: #7D7D7D. Windows color (decimal): -3119088 or 1075408. OLE color: 1075408.

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

Color convert

RGB 208 104 16 -
CMYK 0 0.5 0.92 0.18
HSL 27.5º 0.86% 0.44% -
HSV(B) 27.5º 0.92% 0.82% -
XYZ 31.06 23.35 3.36 -
YUV 125.06 66.46 187.16 -
System Red Green Blue C M Y K H S L
Decimal 208 104 16 0 0.5 0.92 0.18 27.5 0.86 0.44
Hex D0 68 10 0 32 5C 12 1C 56 2C
Octal 320 150 20 0 62 134 22 34 126 54
Binary 11010000 1101000 10000 0 110010 1011100 10010 11100 1010110 101100

Color Harmonies of #D06810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06810

Black with #D06810

Text Example


Text Example

White with #D06810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06810; }

 p { color: rgb(208,104,16); }

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

background-color css

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

 a { background-color: rgb(208,104,16); }

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

border-color css

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

 span { border-color: rgb(208,104,16); }

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