Shades of Chocolate #DB531D
Tints of Chocolate #DB531D
RGB
CMYK
RGB Variations
Color information
#DB531D (or 0xDB531D) is known color: Chocolate. HEX triplet: DB, 53 and 1D. RGB value is (219,83,29). Sum of RGB (Red+Green+Blue) = 219+83+29=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 29 (11.72% from 255 or 8.76% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB531D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB531D is #24ACE2. Grayscale: #757575. Windows color (decimal): -2403555 or 1922011. OLE color: 1922011.
HSL color Cylindrical-coordinate representation of color #DB531D: hue angle of 17.05º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB531D is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 83 | 29 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.14 |
| HSL | 17.05º | 0.77% | 0.49% | - |
| HSV(B) | 17.05º | 0.87% | 0.86% | - |
| XYZ | 32.53 | 21.34 | 3.57 | - |
| YUV | 117.51 | 78.06 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 83 | 29 | 0 | 0.62 | 0.87 | 0.14 | 17.05 | 0.77 | 0.49 |
| Hex | DB | 53 | 1D | 0 | 3E | 57 | E | 11 | 4D | 31 |
| Octal | 333 | 123 | 35 | 0 | 76 | 127 | 16 | 21 | 115 | 61 |
| Binary | 11011011 | 1010011 | 11101 | 0 | 111110 | 1010111 | 1110 | 10001 | 1001101 | 110001 |
Color Harmonies of #DB531D
Complementary color
Monochromatic Colors of #DB531D
Black with #DB531D
Text Example
Text Example
White with #DB531D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB531D; }
p { color: rgb(219,83,29); }
H1.HeaderClassName
{
color: #DB531D;
}
.AnyTagClassName
{
color: #DB531D;
}
</style>
background-color css
<style>
a { background-color: #DB531D; }
a { background-color: rgb(219,83,29); }
div.DivClassName
{
background-color: #DB531D;
}
.BgClassName
{
background-color: #DB531D;
}
</style>
border-color css
<style>
span { border-color: #DB531D; }
span { border-color: rgb(219,83,29); }
td.TdClassName
{
border-color: #DB531D;
}
.TagClassName
{
border-color: #DB531D;
}
</style>