Html Css Color HEX #D06016 Chocolate

📋 copy color: '#D06016'

red 208 ◦ green 96 ◦ blue 22

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

Shades of Chocolate #D06016

Tints of Chocolate #D06016

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.45%

 BLUE value IS 22 (8.98% from 255) = 6.75%

R = 63.8%
G = 29.45%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D06016 (or 0xD06016) is known color: Chocolate. HEX triplet: D0, 60 and 16. RGB value is (208,96,22). Sum of RGB (Red+Green+Blue) = 208+96+22=326 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.80% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 208 - color contains mainly: red. Hex color #D06016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06016 is #2F9FE9. Grayscale: #797979. Windows color (decimal): -3121130 or 1466576. OLE color: 1466576.

HSL color Cylindrical-coordinate representation of color #D06016: hue angle of 23.87º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D06016 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 96 22 -
CMYK 0 0.54 0.89 0.18
HSL 23.87º 0.81% 0.45% -
HSV(B) 23.87º 0.89% 0.82% -
XYZ 30.34 21.83 3.37 -
YUV 121.05 72.11 190.02 -
System Red Green Blue C M Y K H S L
Decimal 208 96 22 0 0.54 0.89 0.18 23.87 0.81 0.45
Hex D0 60 16 0 36 59 12 18 51 2D
Octal 320 140 26 0 66 131 22 30 121 55
Binary 11010000 1100000 10110 0 110110 1011001 10010 11000 1010001 101101

Color Harmonies of #D06016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06016

Black with #D06016

Text Example


Text Example

White with #D06016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06016; }

 p { color: rgb(208,96,22); }

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

background-color css

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

 a { background-color: rgb(208,96,22); }

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

border-color css

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

 span { border-color: rgb(208,96,22); }

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