Html Css Color HEX #D16C11 Chocolate

📋 copy color: '#D16C11'

red 209 ◦ green 108 ◦ blue 17

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

Shades of Chocolate #D16C11

Tints of Chocolate #D16C11

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.34%

 BLUE value IS 17 (7.03% from 255) = 5.09%

R = 62.57%
G = 32.34%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D16C11 (or 0xD16C11) is known color: Chocolate. HEX triplet: D1, 6C and 11. RGB value is (209,108,17). Sum of RGB (Red+Green+Blue) = 209+108+17=334 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.57% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 209 - color contains mainly: red. Hex color #D16C11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16C11 is #2E93EE. Grayscale: #808080. Windows color (decimal): -3052527 or 1141969. OLE color: 1141969.

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

Color convert

RGB 209 108 17 -
CMYK 0 0.48 0.92 0.18
HSL 28.44º 0.85% 0.44% -
HSV(B) 28.44º 0.92% 0.82% -
XYZ 31.76 24.32 3.55 -
YUV 127.83 65.46 185.9 -
System Red Green Blue C M Y K H S L
Decimal 209 108 17 0 0.48 0.92 0.18 28.44 0.85 0.44
Hex D1 6C 11 0 30 5C 12 1C 55 2C
Octal 321 154 21 0 60 134 22 34 125 54
Binary 11010001 1101100 10001 0 110000 1011100 10010 11100 1010101 101100

Color Harmonies of #D16C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16C11

Black with #D16C11

Text Example


Text Example

White with #D16C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16C11; }

 p { color: rgb(209,108,17); }

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

background-color css

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

 a { background-color: rgb(209,108,17); }

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

border-color css

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

 span { border-color: rgb(209,108,17); }

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