Html Css Color HEX #D16016 Chocolate

📋 copy color: '#D16016'

red 209 ◦ green 96 ◦ blue 22

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

Shades of Chocolate #D16016

Tints of Chocolate #D16016

RGB

 RED value IS 209 (82.03% from 255) = 63.91%

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

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

R = 63.91%
G = 29.36%
B = 6.73%

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

#D16016 (or 0xD16016) is known color: Chocolate. HEX triplet: D1, 60 and 16. RGB value is (209,96,22). Sum of RGB (Red+Green+Blue) = 209+96+22=327 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.91% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 209 - color contains mainly: red. Hex color #D16016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16016 is #2E9FE9. Grayscale: #797979. Windows color (decimal): -3055594 or 1466577. OLE color: 1466577.

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

Color convert

RGB 209 96 22 -
CMYK 0 0.54 0.89 0.18
HSL 23.74º 0.81% 0.45% -
HSV(B) 23.74º 0.89% 0.82% -
XYZ 30.62 21.98 3.39 -
YUV 121.35 71.94 190.52 -
System Red Green Blue C M Y K H S L
Decimal 209 96 22 0 0.54 0.89 0.18 23.74 0.81 0.45
Hex D1 60 16 0 36 59 12 18 51 2D
Octal 321 140 26 0 66 131 22 30 121 55
Binary 11010001 1100000 10110 0 110110 1011001 10010 11000 1010001 101101

Color Harmonies of #D16016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16016

Black with #D16016

Text Example


Text Example

White with #D16016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16016; }

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

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

background-color css

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

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

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

border-color css

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

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

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