Shades of Ochre #D78121
Tints of Ochre #D78121
RGB
CMYK
RGB Variations
Color information
#D78121 (or 0xD78121) is known color: Ochre. HEX triplet: D7, 81 and 21. RGB value is (215,129,33). Sum of RGB (Red+Green+Blue) = 215+129+33=377 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.03% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 33 (13.28% from 255 or 8.75% from 377); Max value from RGB is 215 - color contains mainly: red. Hex color #D78121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D78121 is #287EDE. Grayscale: #909090. Windows color (decimal): -2653919 or 2195927. OLE color: 2195927.
HSL color Cylindrical-coordinate representation of color #D78121: hue angle of 31.65º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D78121 is Cyan = 0, Magento = 0.4, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 129 | 33 | - |
| CMYK | 0 | 0.4 | 0.85 | 0.16 |
| HSL | 31.65º | 0.73% | 0.49% | - |
| HSV(B) | 31.65º | 0.85% | 0.84% | - |
| XYZ | 36.15 | 30.26 | 5.37 | - |
| YUV | 143.77 | 65.49 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 129 | 33 | 0 | 0.4 | 0.85 | 0.16 | 31.65 | 0.73 | 0.49 |
| Hex | D7 | 81 | 21 | 0 | 28 | 55 | 10 | 20 | 49 | 31 |
| Octal | 327 | 201 | 41 | 0 | 50 | 125 | 20 | 40 | 111 | 61 |
| Binary | 11010111 | 10000001 | 100001 | 0 | 101000 | 1010101 | 10000 | 100000 | 1001001 | 110001 |
Color Harmonies of #D78121
Complementary color
Monochromatic Colors of #D78121
Black with #D78121
Text Example
Text Example
White with #D78121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78121; }
p { color: rgb(215,129,33); }
H1.HeaderClassName
{
color: #D78121;
}
.AnyTagClassName
{
color: #D78121;
}
</style>
background-color css
<style>
a { background-color: #D78121; }
a { background-color: rgb(215,129,33); }
div.DivClassName
{
background-color: #D78121;
}
.BgClassName
{
background-color: #D78121;
}
</style>
border-color css
<style>
span { border-color: #D78121; }
span { border-color: rgb(215,129,33); }
td.TdClassName
{
border-color: #D78121;
}
.TagClassName
{
border-color: #D78121;
}
</style>