Html Css Color HEX #D16116 Chocolate

📋 copy color: '#D16116'

red 209 ◦ green 97 ◦ blue 22

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

Shades of Chocolate #D16116

Tints of Chocolate #D16116

RGB

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

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

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

R = 63.72%
G = 29.57%
B = 6.71%

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

#D16116 (or 0xD16116) is known color: Chocolate. HEX triplet: D1, 61 and 16. RGB value is (209,97,22). Sum of RGB (Red+Green+Blue) = 209+97+22=328 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.72% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 22 (8.98% from 255 or 6.71% from 328); Max value from RGB is 209 - color contains mainly: red. Hex color #D16116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16116 is #2E9EE9. Grayscale: #7A7A7A. Windows color (decimal): -3055338 or 1466833. OLE color: 1466833.

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

Color convert

RGB 209 97 22 -
CMYK 0 0.54 0.89 0.18
HSL 24.06º 0.81% 0.45% -
HSV(B) 24.06º 0.89% 0.82% -
XYZ 30.71 22.16 3.42 -
YUV 121.94 71.61 190.1 -
System Red Green Blue C M Y K H S L
Decimal 209 97 22 0 0.54 0.89 0.18 24.06 0.81 0.45
Hex D1 61 16 0 36 59 12 18 51 2D
Octal 321 141 26 0 66 131 22 30 121 55
Binary 11010001 1100001 10110 0 110110 1011001 10010 11000 1010001 101101

Color Harmonies of #D16116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16116

Black with #D16116

Text Example


Text Example

White with #D16116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16116; }

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

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

background-color css

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

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

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

border-color css

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

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

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