#D16C0E

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

Shades of Chocolate #D16C0E

Tints of Chocolate #D16C0E

Color information

#D16C0E (or 0xD16C0E) is unknown color: approx Chocolate. HEX triplet: D1, 6C and 0E. RGB value is (209,108,14). Sum of RGB (Red+Green+Blue) = 209+108+14=331 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.14% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 14 (5.86% from 255 or 4.23% from 331); Max value from RGB is 209 - color contains mainly: red. Hex color #D16C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16C0E is #2E93F1. Grayscale: #7F7F7F. Windows color (decimal): -3052530 or 945361. OLE color: 945361.

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

Color convert

RGB20910814-
CMYK00.480.930.18
HSL28.92º87.44%43.73%-
HSV(B)28.92º93.3%81.96%-
XYZ31.7424.313.44-
YUV127.4863.96186.14-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 63.14%
GREEN value IS 108 (42.58% from 255) = 32.63%
BLUE value IS 14 (5.86% from 255) = 4.23%
R=63.14%
G=32.63%
B=4.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091081400.480.930.1828.9287.4443.73
HexD16CE0305D121d572c
Octal32115416060135223512754
Binary11010001110110011100110000101110110010111011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D16C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D16C0E; }

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

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

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

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

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

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

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

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