Shades of Chocolate #DB741B
Tints of Chocolate #DB741B
RGB
CMYK
RGB Variations
Color information
#DB741B (or 0xDB741B) is known color: Chocolate. HEX triplet: DB, 74 and 1B. RGB value is (219,116,27). Sum of RGB (Red+Green+Blue) = 219+116+27=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 27 (10.94% from 255 or 7.46% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB741B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB741B is #248BE4. Grayscale: #898989. Windows color (decimal): -2395109 or 1799387. OLE color: 1799387.
HSL color Cylindrical-coordinate representation of color #DB741B: hue angle of 27.81º 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 #DB741B is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 116 | 27 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.14 |
| HSL | 27.81º | 0.78% | 0.48% | - |
| HSV(B) | 27.81º | 0.88% | 0.86% | - |
| XYZ | 35.66 | 27.63 | 4.49 | - |
| YUV | 136.65 | 66.12 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 116 | 27 | 0 | 0.47 | 0.88 | 0.14 | 27.81 | 0.78 | 0.48 |
| Hex | DB | 74 | 1B | 0 | 2F | 58 | E | 1C | 4E | 30 |
| Octal | 333 | 164 | 33 | 0 | 57 | 130 | 16 | 34 | 116 | 60 |
| Binary | 11011011 | 1110100 | 11011 | 0 | 101111 | 1011000 | 1110 | 11100 | 1001110 | 110000 |
Color Harmonies of #DB741B
Complementary color
Monochromatic Colors of #DB741B
Black with #DB741B
Text Example
Text Example
White with #DB741B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB741B; }
p { color: rgb(219,116,27); }
H1.HeaderClassName
{
color: #DB741B;
}
.AnyTagClassName
{
color: #DB741B;
}
</style>
background-color css
<style>
a { background-color: #DB741B; }
a { background-color: rgb(219,116,27); }
div.DivClassName
{
background-color: #DB741B;
}
.BgClassName
{
background-color: #DB741B;
}
</style>
border-color css
<style>
span { border-color: #DB741B; }
span { border-color: rgb(219,116,27); }
td.TdClassName
{
border-color: #DB741B;
}
.TagClassName
{
border-color: #DB741B;
}
</style>