Shades of Chocolate #DB741A
Tints of Chocolate #DB741A
RGB
CMYK
RGB Variations
Color information
#DB741A (or 0xDB741A) is known color: Chocolate. HEX triplet: DB, 74 and 1A. RGB value is (219,116,26). Sum of RGB (Red+Green+Blue) = 219+116+26=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 26 (10.55% from 255 or 7.20% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB741A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB741A is #248BE5. Grayscale: #898989. Windows color (decimal): -2395110 or 1733851. OLE color: 1733851.
HSL color Cylindrical-coordinate representation of color #DB741A: hue angle of 27.98º 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 #DB741A is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 26 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.14 |
| HSL | 27.98º | 0.79% | 0.48% | - |
| HSV(B) | 27.98º | 0.88% | 0.86% | - |
| XYZ | 35.65 | 27.63 | 4.43 | - |
| YUV | 136.54 | 65.62 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 26 | 0 | 0.47 | 0.88 | 0.14 | 27.98 | 0.79 | 0.48 |
| Hex | DB | 74 | 1A | 0 | 2F | 58 | E | 1C | 4F | 30 |
| Octal | 333 | 164 | 32 | 0 | 57 | 130 | 16 | 34 | 117 | 60 |
| Binary | 11011011 | 1110100 | 11010 | 0 | 101111 | 1011000 | 1110 | 11100 | 1001111 | 110000 |
Color Harmonies of #DB741A
Complementary color
Monochromatic Colors of #DB741A
Black with #DB741A
Text Example
Text Example
White with #DB741A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB741A; }
p { color: rgb(219,116,26); }
H1.HeaderClassName
{
color: #DB741A;
}
.AnyTagClassName
{
color: #DB741A;
}
</style>
background-color css
<style>
a { background-color: #DB741A; }
a { background-color: rgb(219,116,26); }
div.DivClassName
{
background-color: #DB741A;
}
.BgClassName
{
background-color: #DB741A;
}
</style>
border-color css
<style>
span { border-color: #DB741A; }
span { border-color: rgb(219,116,26); }
td.TdClassName
{
border-color: #DB741A;
}
.TagClassName
{
border-color: #DB741A;
}
</style>