Html Css Color HEX #D06110 Chocolate

📋 copy color: '#D06110'

red 208 ◦ green 97 ◦ blue 16

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

Shades of Chocolate #D06110

Tints of Chocolate #D06110

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.22%

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

R = 64.8%
G = 30.22%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D06110 (or 0xD06110) is known color: Chocolate. HEX triplet: D0, 61 and 10. RGB value is (208,97,16). Sum of RGB (Red+Green+Blue) = 208+97+16=321 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.80% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 208 - color contains mainly: red. Hex color #D06110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06110 is #2F9EEF. Grayscale: #797979. Windows color (decimal): -3120880 or 1073616. OLE color: 1073616.

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

Color convert

RGB 208 97 16 -
CMYK 0 0.53 0.92 0.18
HSL 25.31º 0.86% 0.44% -
HSV(B) 25.31º 0.92% 0.82% -
XYZ 30.38 22 3.13 -
YUV 120.96 68.77 190.09 -
System Red Green Blue C M Y K H S L
Decimal 208 97 16 0 0.53 0.92 0.18 25.31 0.86 0.44
Hex D0 61 10 0 35 5C 12 19 56 2C
Octal 320 141 20 0 65 134 22 31 126 54
Binary 11010000 1100001 10000 0 110101 1011100 10010 11001 1010110 101100

Color Harmonies of #D06110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06110

Black with #D06110

Text Example


Text Example

White with #D06110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06110; }

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

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

background-color css

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

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

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

border-color css

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

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

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