Shades of Chocolate #DB731B
Tints of Chocolate #DB731B
RGB
CMYK
RGB Variations
Color information
#DB731B (or 0xDB731B) is known color: Chocolate. HEX triplet: DB, 73 and 1B. RGB value is (219,115,27). Sum of RGB (Red+Green+Blue) = 219+115+27=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 115 (45.31% from 255 or 31.86% from 361); Blue value is 27 (10.94% from 255 or 7.48% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB731B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB731B is #248CE4. Grayscale: #888888. Windows color (decimal): -2395365 or 1799131. OLE color: 1799131.
HSL color Cylindrical-coordinate representation of color #DB731B: hue angle of 27.5º 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 #DB731B is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 115 | 27 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.14 |
| HSL | 27.5º | 0.78% | 0.48% | - |
| HSV(B) | 27.5º | 0.88% | 0.86% | - |
| XYZ | 35.54 | 27.4 | 4.45 | - |
| YUV | 136.06 | 66.46 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 115 | 27 | 0 | 0.47 | 0.88 | 0.14 | 27.5 | 0.78 | 0.48 |
| Hex | DB | 73 | 1B | 0 | 2F | 58 | E | 1C | 4E | 30 |
| Octal | 333 | 163 | 33 | 0 | 57 | 130 | 16 | 34 | 116 | 60 |
| Binary | 11011011 | 1110011 | 11011 | 0 | 101111 | 1011000 | 1110 | 11100 | 1001110 | 110000 |
Color Harmonies of #DB731B
Complementary color
Monochromatic Colors of #DB731B
Black with #DB731B
Text Example
Text Example
White with #DB731B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB731B; }
p { color: rgb(219,115,27); }
H1.HeaderClassName
{
color: #DB731B;
}
.AnyTagClassName
{
color: #DB731B;
}
</style>
background-color css
<style>
a { background-color: #DB731B; }
a { background-color: rgb(219,115,27); }
div.DivClassName
{
background-color: #DB731B;
}
.BgClassName
{
background-color: #DB731B;
}
</style>
border-color css
<style>
span { border-color: #DB731B; }
span { border-color: rgb(219,115,27); }
td.TdClassName
{
border-color: #DB731B;
}
.TagClassName
{
border-color: #DB731B;
}
</style>