Shades of Chocolate #DB721C
Tints of Chocolate #DB721C
RGB
CMYK
RGB Variations
Color information
#DB721C (or 0xDB721C) is known color: Chocolate. HEX triplet: DB, 72 and 1C. RGB value is (219,114,28). Sum of RGB (Red+Green+Blue) = 219+114+28=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 28 (11.33% from 255 or 7.76% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB721C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB721C is #248DE3. Grayscale: #888888. Windows color (decimal): -2395620 or 1864411. OLE color: 1864411.
HSL color Cylindrical-coordinate representation of color #DB721C: hue angle of 27.02º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB721C is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 114 | 28 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.14 |
| HSL | 27.02º | 0.77% | 0.48% | - |
| HSV(B) | 27.02º | 0.87% | 0.86% | - |
| XYZ | 35.44 | 27.18 | 4.48 | - |
| YUV | 135.59 | 67.29 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 114 | 28 | 0 | 0.48 | 0.87 | 0.14 | 27.02 | 0.77 | 0.48 |
| Hex | DB | 72 | 1C | 0 | 30 | 57 | E | 1B | 4D | 30 |
| Octal | 333 | 162 | 34 | 0 | 60 | 127 | 16 | 33 | 115 | 60 |
| Binary | 11011011 | 1110010 | 11100 | 0 | 110000 | 1010111 | 1110 | 11011 | 1001101 | 110000 |
Color Harmonies of #DB721C
Complementary color
Monochromatic Colors of #DB721C
Black with #DB721C
Text Example
Text Example
White with #DB721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB721C; }
p { color: rgb(219,114,28); }
H1.HeaderClassName
{
color: #DB721C;
}
.AnyTagClassName
{
color: #DB721C;
}
</style>
background-color css
<style>
a { background-color: #DB721C; }
a { background-color: rgb(219,114,28); }
div.DivClassName
{
background-color: #DB721C;
}
.BgClassName
{
background-color: #DB721C;
}
</style>
border-color css
<style>
span { border-color: #DB721C; }
span { border-color: rgb(219,114,28); }
td.TdClassName
{
border-color: #DB721C;
}
.TagClassName
{
border-color: #DB721C;
}
</style>