#D85C21

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

Shades of Chocolate #D85C21

Tints of Chocolate #D85C21

Color information

#D85C21 (or 0xD85C21) is unknown color: approx Chocolate. HEX triplet: D8, 5C and 21. RGB value is (216,92,33). Sum of RGB (Red+Green+Blue) = 216+92+33=341 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.34% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 33 (13.28% from 255 or 9.68% from 341); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D85C21 is #27A3DE. Grayscale: #7A7A7A. Windows color (decimal): -2597855 or 2186456. OLE color: 2186456.

HSL color Cylindrical-coordinate representation of color #D85C21: hue angle of 19.34º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D85C21 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB2169233-
CMYK00.570.850.15
HSL19.34º73.49%48.82%-
HSV(B)19.34º84.72%84.71%-
XYZ32.4222.364.05-
YUV122.3577.58194.8-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 63.34%
GREEN value IS 92 (36.33% from 255) = 26.98%
BLUE value IS 33 (13.28% from 255) = 9.68%
R=63.34%
G=26.98%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216923300.570.850.1519.3473.4948.82
HexD85C2103955F134931
Octal33013441071125172311161
Binary110110001011100100001011100110101011111100111001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D85C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D85C21; }

 p { color: rgb(216,92,33); }

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

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

 a { background-color: rgb(216,92,33); }

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

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

 span { border-color: rgb(216,92,33); }

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