#D16B1E

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

Shades of Chocolate #D16B1E

Tints of Chocolate #D16B1E

Color information

#D16B1E (or 0xD16B1E) is unknown color: approx Chocolate. HEX triplet: D1, 6B and 1E. RGB value is (209,107,30). Sum of RGB (Red+Green+Blue) = 209+107+30=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 30 (12.11% from 255 or 8.67% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D16B1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16B1E is #2E94E1. Grayscale: #818181. Windows color (decimal): -3052770 or 1993681. OLE color: 1993681.

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

Color convert

RGB20910730-
CMYK00.490.860.18
HSL25.81º74.9%46.86%-
HSV(B)25.81º85.65%81.96%-
XYZ31.7924.164.22-
YUV128.7272.29185.26-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 60.40%
GREEN value IS 107 (42.19% from 255) = 30.92%
BLUE value IS 30 (12.11% from 255) = 8.67%
R=60.40%
G=30.92%
B=8.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091073000.490.860.1825.8174.946.86
HexD16B1E03156121a4b2f
Octal32115336061126223211357
Binary110100011101011111100110001101011010010110101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16B1E; }

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

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

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

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

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

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

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

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