Shades of Ochre #DB7715
Tints of Ochre #DB7715
RGB
CMYK
RGB Variations
Color information
#DB7715 (or 0xDB7715) is known color: Ochre. HEX triplet: DB, 77 and 15. RGB value is (219,119,21). Sum of RGB (Red+Green+Blue) = 219+119+21=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 21 (8.59% from 255 or 5.85% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7715 is #2488EA. Grayscale: #8A8A8A. Windows color (decimal): -2394347 or 1406939. OLE color: 1406939.
HSL color Cylindrical-coordinate representation of color #DB7715: hue angle of 29.7º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB7715 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 119 | 21 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.14 |
| HSL | 29.7º | 0.83% | 0.47% | - |
| HSV(B) | 29.7º | 0.9% | 0.86% | - |
| XYZ | 35.95 | 28.31 | 4.28 | - |
| YUV | 137.73 | 62.13 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 119 | 21 | 0 | 0.46 | 0.90 | 0.14 | 29.7 | 0.83 | 0.47 |
| Hex | DB | 77 | 15 | 0 | 2E | 5A | E | 1E | 52 | 2F |
| Octal | 333 | 167 | 25 | 0 | 56 | 132 | 16 | 36 | 122 | 57 |
| Binary | 11011011 | 1110111 | 10101 | 0 | 101110 | 1011010 | 1110 | 11110 | 1010010 | 101111 |
Color Harmonies of #DB7715
Complementary color
Monochromatic Colors of #DB7715
Black with #DB7715
Text Example
Text Example
White with #DB7715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7715; }
p { color: rgb(219,119,21); }
H1.HeaderClassName
{
color: #DB7715;
}
.AnyTagClassName
{
color: #DB7715;
}
</style>
background-color css
<style>
a { background-color: #DB7715; }
a { background-color: rgb(219,119,21); }
div.DivClassName
{
background-color: #DB7715;
}
.BgClassName
{
background-color: #DB7715;
}
</style>
border-color css
<style>
span { border-color: #DB7715; }
span { border-color: rgb(219,119,21); }
td.TdClassName
{
border-color: #DB7715;
}
.TagClassName
{
border-color: #DB7715;
}
</style>