#d16c1e

Color #D16C1E Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chocolate #D16C1E

Tints of Chocolate #D16C1E

Color information

#D16C1E (or 0xD16C1E) is unknown color: approx Chocolate. HEX triplet: D1, 6C and 1E. RGB value is (209,108,30). Sum of RGB (Red+Green+Blue) = 209+108+30=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D16C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16C1E is #2E93E1. Grayscale: #818181. Windows color (decimal): -3052514 or 1993937. OLE color: 1993937.

HSL color Cylindrical-coordinate representation of color #D16C1E: hue angle of 26.15º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D16C1E is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB20910830-
CMYK00.480.860.18
HSL26.15º74.9%46.86%-
HSV(B)26.15º85.65%81.96%-
XYZ31.8924.374.25-
YUV129.3171.96184.84-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 60.23%
GREEN value IS 108 (42.58% from 255) = 31.12%
BLUE value IS 30 (12.11% from 255) = 8.65%
R=60.23%
G=31.12%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091083000.480.860.1826.1574.946.86
HexD16C1E03056121a4b2f
Octal32115436060126223211357
Binary110100011101100111100110000101011010010110101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d16c1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d16c1e; }

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

 H1.HeaderClassName
 {
   color: #d16c1e;
 }
 .AnyTagClassName
 {
   color: #d16c1e;
 }
</style>
background-color css

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

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

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

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

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

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