Shades of Ochre #DB7B13
Tints of Ochre #DB7B13
RGB
CMYK
RGB Variations
Color information
#DB7B13 (or 0xDB7B13) is known color: Ochre. HEX triplet: DB, 7B and 13. RGB value is (219,123,19). Sum of RGB (Red+Green+Blue) = 219+123+19=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 123 (48.44% from 255 or 34.07% from 361); Blue value is 19 (7.81% from 255 or 5.26% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7B13 is #2484EC. Grayscale: #8C8C8C. Windows color (decimal): -2393325 or 1276891. OLE color: 1276891.
HSL color Cylindrical-coordinate representation of color #DB7B13: hue angle of 31.2º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB7B13 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 123 | 19 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.14 |
| HSL | 31.2º | 0.84% | 0.47% | - |
| HSV(B) | 31.2º | 0.91% | 0.86% | - |
| XYZ | 36.41 | 29.27 | 4.35 | - |
| YUV | 139.85 | 59.8 | 184.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 123 | 19 | 0 | 0.44 | 0.91 | 0.14 | 31.2 | 0.84 | 0.47 |
| Hex | DB | 7B | 13 | 0 | 2C | 5B | E | 1F | 54 | 2F |
| Octal | 333 | 173 | 23 | 0 | 54 | 133 | 16 | 37 | 124 | 57 |
| Binary | 11011011 | 1111011 | 10011 | 0 | 101100 | 1011011 | 1110 | 11111 | 1010100 | 101111 |
Color Harmonies of #DB7B13
Complementary color
Monochromatic Colors of #DB7B13
Black with #DB7B13
Text Example
Text Example
White with #DB7B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7B13; }
p { color: rgb(219,123,19); }
H1.HeaderClassName
{
color: #DB7B13;
}
.AnyTagClassName
{
color: #DB7B13;
}
</style>
background-color css
<style>
a { background-color: #DB7B13; }
a { background-color: rgb(219,123,19); }
div.DivClassName
{
background-color: #DB7B13;
}
.BgClassName
{
background-color: #DB7B13;
}
</style>
border-color css
<style>
span { border-color: #DB7B13; }
span { border-color: rgb(219,123,19); }
td.TdClassName
{
border-color: #DB7B13;
}
.TagClassName
{
border-color: #DB7B13;
}
</style>