#D85E1E

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

Shades of Chocolate #D85E1E

Tints of Chocolate #D85E1E

Color information

#D85E1E (or 0xD85E1E) is unknown color: approx Chocolate. HEX triplet: D8, 5E and 1E. RGB value is (216,94,30). Sum of RGB (Red+Green+Blue) = 216+94+30=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 94 (37.11% from 255 or 27.65% from 340); Blue value is 30 (12.11% from 255 or 8.82% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D85E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85E1E is #27A1E1. Grayscale: #7B7B7B. Windows color (decimal): -2597346 or 1990360. OLE color: 1990360.

HSL color Cylindrical-coordinate representation of color #D85E1E: hue angle of 20.65º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D85E1E is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB2169430-
CMYK00.560.860.15
HSL20.65º75.61%48.24%-
HSV(B)20.65º86.11%84.71%-
XYZ32.5622.73.89-
YUV123.1875.42194.2-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 63.53%
GREEN value IS 94 (37.11% from 255) = 27.65%
BLUE value IS 30 (12.11% from 255) = 8.82%
R=63.53%
G=27.65%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.86
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216943000.560.860.1520.6575.6148.24
HexD85E1E03856F154c30
Octal33013636070126172511460
Binary11011000101111011110011100010101101111101011001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85E1E; }

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

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

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

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

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

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

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

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