Html Css Color HEX #D16811 Chocolate

📋 copy color: '#D16811'

red 209 ◦ green 104 ◦ blue 17

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

Shades of Chocolate #D16811

Tints of Chocolate #D16811

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.52%

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

R = 63.33%
G = 31.52%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D16811 (or 0xD16811) is known color: Chocolate. HEX triplet: D1, 68 and 11. RGB value is (209,104,17). Sum of RGB (Red+Green+Blue) = 209+104+17=330 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.33% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 17 (7.03% from 255 or 5.15% from 330); Max value from RGB is 209 - color contains mainly: red. Hex color #D16811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16811 is #2E97EE. Grayscale: #7D7D7D. Windows color (decimal): -3053551 or 1140945. OLE color: 1140945.

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

Color convert

RGB 209 104 17 -
CMYK 0 0.50 0.92 0.18
HSL 27.19º 0.85% 0.44% -
HSV(B) 27.19º 0.92% 0.82% -
XYZ 31.35 23.5 3.41 -
YUV 125.48 66.79 187.57 -
System Red Green Blue C M Y K H S L
Decimal 209 104 17 0 0.50 0.92 0.18 27.19 0.85 0.44
Hex D1 68 11 0 32 5C 12 1B 55 2C
Octal 321 150 21 0 62 134 22 33 125 54
Binary 11010001 1101000 10001 0 110010 1011100 10010 11011 1010101 101100

Color Harmonies of #D16811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16811

Black with #D16811

Text Example


Text Example

White with #D16811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16811; }

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

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

background-color css

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

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

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

border-color css

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

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

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