#DB5821

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

Shades of Chocolate #DB5821

Tints of Chocolate #DB5821

Color information

#DB5821 (or 0xDB5821) is unknown color: approx Chocolate. HEX triplet: DB, 58 and 21. RGB value is (219,88,33). Sum of RGB (Red+Green+Blue) = 219+88+33=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 33 (13.28% from 255 or 9.71% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5821 is #24A7DE. Grayscale: #797979. Windows color (decimal): -2402271 or 2185435. OLE color: 2185435.

HSL color Cylindrical-coordinate representation of color #DB5821: hue angle of 17.74º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB5821 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB2198833-
CMYK00.600.850.14
HSL17.74º73.81%49.41%-
HSV(B)17.74º84.93%85.88%-
XYZ32.9822.153.98-
YUV120.978.4197.97-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 64.41%
GREEN value IS 88 (34.77% from 255) = 25.88%
BLUE value IS 33 (13.28% from 255) = 9.71%
R=64.41%
G=25.88%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.85
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219883300.600.850.1417.7473.8149.41
HexDB582103C55E124a31
Octal33313041074125162211261
Binary110110111011000100001011110010101011110100101001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5821; }

 p { color: rgb(219,88,33); }

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

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

 a { background-color: rgb(219,88,33); }

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

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

 span { border-color: rgb(219,88,33); }

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