#D85E15

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

Shades of Chocolate #D85E15

Tints of Chocolate #D85E15

Color information

#D85E15 (or 0xD85E15) is unknown color: approx Chocolate. HEX triplet: D8, 5E and 15. RGB value is (216,94,21). Sum of RGB (Red+Green+Blue) = 216+94+21=331 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.26% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 21 (8.59% from 255 or 6.34% from 331); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85E15 is #27A1EA. Grayscale: #7A7A7A. Windows color (decimal): -2597355 or 1400536. OLE color: 1400536.

HSL color Cylindrical-coordinate representation of color #D85E15: hue angle of 22.46º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D85E15 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB2169421-
CMYK00.560.900.15
HSL22.46º82.28%46.47%-
HSV(B)22.46º90.28%84.71%-
XYZ32.4622.663.37-
YUV122.1670.92194.94-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 65.26%
GREEN value IS 94 (37.11% from 255) = 28.40%
BLUE value IS 21 (8.59% from 255) = 6.34%
R=65.26%
G=28.40%
B=6.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.90
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216942100.560.900.1522.4682.2846.47
HexD85E150385AF16522e
Octal33013625070132172612256
Binary11011000101111010101011100010110101111101101010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85E15; }

 p { color: rgb(216,94,21); }

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

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

 a { background-color: rgb(216,94,21); }

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

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

 span { border-color: rgb(216,94,21); }

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