Shades of Ochre #DB7817
Tints of Ochre #DB7817
RGB
CMYK
RGB Variations
Color information
#DB7817 (or 0xDB7817) is known color: Ochre. HEX triplet: DB, 78 and 17. RGB value is (219,120,23). Sum of RGB (Red+Green+Blue) = 219+120+23=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 23 (9.38% from 255 or 6.35% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB7817 is #2487E8. Grayscale: #8B8B8B. Windows color (decimal): -2394089 or 1538267. OLE color: 1538267.
HSL color Cylindrical-coordinate representation of color #DB7817: hue angle of 29.69º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB7817 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 120 | 23 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.14 |
| HSL | 29.69º | 0.81% | 0.47% | - |
| HSV(B) | 29.69º | 0.89% | 0.86% | - |
| XYZ | 36.08 | 28.55 | 4.42 | - |
| YUV | 138.54 | 62.8 | 185.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 120 | 23 | 0 | 0.45 | 0.89 | 0.14 | 29.69 | 0.81 | 0.47 |
| Hex | DB | 78 | 17 | 0 | 2D | 59 | E | 1E | 51 | 2F |
| Octal | 333 | 170 | 27 | 0 | 55 | 131 | 16 | 36 | 121 | 57 |
| Binary | 11011011 | 1111000 | 10111 | 0 | 101101 | 1011001 | 1110 | 11110 | 1010001 | 101111 |
Color Harmonies of #DB7817
Complementary color
Monochromatic Colors of #DB7817
Black with #DB7817
Text Example
Text Example
White with #DB7817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB7817; }
p { color: rgb(219,120,23); }
H1.HeaderClassName
{
color: #DB7817;
}
.AnyTagClassName
{
color: #DB7817;
}
</style>
background-color css
<style>
a { background-color: #DB7817; }
a { background-color: rgb(219,120,23); }
div.DivClassName
{
background-color: #DB7817;
}
.BgClassName
{
background-color: #DB7817;
}
</style>
border-color css
<style>
span { border-color: #DB7817; }
span { border-color: rgb(219,120,23); }
td.TdClassName
{
border-color: #DB7817;
}
.TagClassName
{
border-color: #DB7817;
}
</style>