#d15d1e

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

Shades of Chocolate #D15D1E

Tints of Chocolate #D15D1E

Color information

#D15D1E (or 0xD15D1E) is unknown color: approx Chocolate. HEX triplet: D1, 5D and 1E. RGB value is (209,93,30). Sum of RGB (Red+Green+Blue) = 209+93+30=332 (43% of max value = 765). Red value is 209 (82.03% from 255 or 62.95% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 30 (12.11% from 255 or 9.04% from 332); Max value from RGB is 209 - color contains mainly: red. Hex color #D15D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15D1E is #2EA2E1. Grayscale: #787878. Windows color (decimal): -3056354 or 1990097. OLE color: 1990097.

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

Color convert

RGB2099330-
CMYK00.560.860.18
HSL21.12º74.9%46.86%-
HSV(B)21.12º85.65%81.96%-
XYZ30.4421.483.77-
YUV120.576.93191.12-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 62.95%
GREEN value IS 93 (36.72% from 255) = 28.01%
BLUE value IS 30 (12.11% from 255) = 9.04%
R=62.95%
G=28.01%
B=9.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.86
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209933000.560.860.1821.1274.946.86
HexD15D1E0385612154b2f
Octal32113536070126222511357
Binary110100011011101111100111000101011010010101011001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d15d1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d15d1e; }

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

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

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

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

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

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

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

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