Shades of Ochre #DB8121
Tints of Ochre #DB8121
RGB
CMYK
RGB Variations
Color information
#DB8121 (or 0xDB8121) is known color: Ochre. HEX triplet: DB, 81 and 21. RGB value is (219,129,33). Sum of RGB (Red+Green+Blue) = 219+129+33=381 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.48% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 33 (13.28% from 255 or 8.66% from 381); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB8121 is #247EDE. Grayscale: #919191. Windows color (decimal): -2391775 or 2195931. OLE color: 2195931.
HSL color Cylindrical-coordinate representation of color #DB8121: hue angle of 30.97º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB8121 is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 33 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.14 |
| HSL | 30.97º | 0.74% | 0.49% | - |
| HSV(B) | 30.97º | 0.85% | 0.86% | - |
| XYZ | 37.34 | 30.87 | 5.43 | - |
| YUV | 144.97 | 64.82 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 33 | 0 | 0.41 | 0.85 | 0.14 | 30.97 | 0.74 | 0.49 |
| Hex | DB | 81 | 21 | 0 | 29 | 55 | E | 1F | 4A | 31 |
| Octal | 333 | 201 | 41 | 0 | 51 | 125 | 16 | 37 | 112 | 61 |
| Binary | 11011011 | 10000001 | 100001 | 0 | 101001 | 1010101 | 1110 | 11111 | 1001010 | 110001 |
Color Harmonies of #DB8121
Complementary color
Monochromatic Colors of #DB8121
Black with #DB8121
Text Example
Text Example
White with #DB8121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8121; }
p { color: rgb(219,129,33); }
H1.HeaderClassName
{
color: #DB8121;
}
.AnyTagClassName
{
color: #DB8121;
}
</style>
background-color css
<style>
a { background-color: #DB8121; }
a { background-color: rgb(219,129,33); }
div.DivClassName
{
background-color: #DB8121;
}
.BgClassName
{
background-color: #DB8121;
}
</style>
border-color css
<style>
span { border-color: #DB8121; }
span { border-color: rgb(219,129,33); }
td.TdClassName
{
border-color: #DB8121;
}
.TagClassName
{
border-color: #DB8121;
}
</style>