Shades of Chocolate #DB521A
Tints of Chocolate #DB521A
RGB
CMYK
RGB Variations
Color information
#DB521A (or 0xDB521A) is known color: Chocolate. HEX triplet: DB, 52 and 1A. RGB value is (219,82,26). Sum of RGB (Red+Green+Blue) = 219+82+26=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 82 (32.42% from 255 or 25.08% from 327); Blue value is 26 (10.55% from 255 or 7.95% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB521A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB521A is #24ADE5. Grayscale: #747474. Windows color (decimal): -2403814 or 1725147. OLE color: 1725147.
HSL color Cylindrical-coordinate representation of color #DB521A: hue angle of 17.41º degrees, saturation: 0.79, 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 #DB521A is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 26 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.14 |
| HSL | 17.41º | 0.79% | 0.48% | - |
| HSV(B) | 17.41º | 0.88% | 0.86% | - |
| XYZ | 32.42 | 21.17 | 3.35 | - |
| YUV | 116.58 | 76.89 | 201.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 26 | 0 | 0.63 | 0.88 | 0.14 | 17.41 | 0.79 | 0.48 |
| Hex | DB | 52 | 1A | 0 | 3F | 58 | E | 11 | 4F | 30 |
| Octal | 333 | 122 | 32 | 0 | 77 | 130 | 16 | 21 | 117 | 60 |
| Binary | 11011011 | 1010010 | 11010 | 0 | 111111 | 1011000 | 1110 | 10001 | 1001111 | 110000 |
Color Harmonies of #DB521A
Complementary color
Monochromatic Colors of #DB521A
Black with #DB521A
Text Example
Text Example
White with #DB521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB521A; }
p { color: rgb(219,82,26); }
H1.HeaderClassName
{
color: #DB521A;
}
.AnyTagClassName
{
color: #DB521A;
}
</style>
background-color css
<style>
a { background-color: #DB521A; }
a { background-color: rgb(219,82,26); }
div.DivClassName
{
background-color: #DB521A;
}
.BgClassName
{
background-color: #DB521A;
}
</style>
border-color css
<style>
span { border-color: #DB521A; }
span { border-color: rgb(219,82,26); }
td.TdClassName
{
border-color: #DB521A;
}
.TagClassName
{
border-color: #DB521A;
}
</style>