#D15816

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

Shades of Chocolate #D15816

Tints of Chocolate #D15816

Color information

#D15816 (or 0xD15816) is unknown color: approx Chocolate. HEX triplet: D1, 58 and 16. RGB value is (209,88,22). Sum of RGB (Red+Green+Blue) = 209+88+22=319 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.52% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 209 - color contains mainly: red. Hex color #D15816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D15816 is #2EA7E9. Grayscale: #757575. Windows color (decimal): -3057642 or 1464529. OLE color: 1464529.

HSL color Cylindrical-coordinate representation of color #D15816: hue angle of 21.18º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D15816 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB2098822-
CMYK00.580.890.18
HSL21.18º80.95%45.29%-
HSV(B)21.18º89.47%81.96%-
XYZ29.9320.593.16-
YUV116.6574.59193.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 65.52%
GREEN value IS 88 (34.77% from 255) = 27.59%
BLUE value IS 22 (8.98% from 255) = 6.90%
R=65.52%
G=27.59%
B=6.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209882200.580.890.1821.1880.9545.29
HexD1581603A591215512d
Octal32113026072131222512155
Binary110100011011000101100111010101100110010101011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D15816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D15816; }

 p { color: rgb(209,88,22); }

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

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

 a { background-color: rgb(209,88,22); }

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

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

 span { border-color: rgb(209,88,22); }

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