#DB581B

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

Shades of Chocolate #DB581B

Tints of Chocolate #DB581B

Color information

#DB581B (or 0xDB581B) is unknown color: approx Chocolate. HEX triplet: DB, 58 and 1B. RGB value is (219,88,27). Sum of RGB (Red+Green+Blue) = 219+88+27=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB581B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB581B is #24A7E4. Grayscale: #787878. Windows color (decimal): -2402277 or 1792219. OLE color: 1792219.

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

Color convert

RGB2198827-
CMYK00.600.880.14
HSL19.06º78.05%48.24%-
HSV(B)19.06º87.67%85.88%-
XYZ32.922.123.57-
YUV120.2275.4198.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 65.57%
GREEN value IS 88 (34.77% from 255) = 26.35%
BLUE value IS 27 (10.94% from 255) = 8.08%
R=65.57%
G=26.35%
B=8.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.88
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219882700.600.880.1419.0678.0548.24
HexDB581B03C58E134e30
Octal33313033074130162311660
Binary11011011101100011011011110010110001110100111001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB581B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB581B; }

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

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

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

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

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

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

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

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