Shades of Ochre #D07915
Tints of Ochre #D07915
RGB
CMYK
RGB Variations
Color information
#D07915 (or 0xD07915) is known color: Ochre. HEX triplet: D0, 79 and 15. RGB value is (208,121,21). Sum of RGB (Red+Green+Blue) = 208+121+21=350 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.43% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 21 (8.59% from 255 or 6% from 350); Max value from RGB is 208 - color contains mainly: red. Hex color #D07915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07915 is #2F86EA. Grayscale: #888888. Windows color (decimal): -3114731 or 1407440. OLE color: 1407440.
HSL color Cylindrical-coordinate representation of color #D07915: hue angle of 32.09º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D07915 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 121 | 21 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.18 |
| HSL | 32.09º | 0.82% | 0.45% | - |
| HSV(B) | 32.09º | 0.9% | 0.82% | - |
| XYZ | 32.99 | 27.14 | 4.21 | - |
| YUV | 135.61 | 63.32 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 21 | 0 | 0.42 | 0.90 | 0.18 | 32.09 | 0.82 | 0.45 |
| Hex | D0 | 79 | 15 | 0 | 2A | 5A | 12 | 20 | 52 | 2D |
| Octal | 320 | 171 | 25 | 0 | 52 | 132 | 22 | 40 | 122 | 55 |
| Binary | 11010000 | 1111001 | 10101 | 0 | 101010 | 1011010 | 10010 | 100000 | 1010010 | 101101 |
Color Harmonies of #D07915
Complementary color
Monochromatic Colors of #D07915
Black with #D07915
Text Example
Text Example
White with #D07915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07915; }
p { color: rgb(208,121,21); }
H1.HeaderClassName
{
color: #D07915;
}
.AnyTagClassName
{
color: #D07915;
}
</style>
background-color css
<style>
a { background-color: #D07915; }
a { background-color: rgb(208,121,21); }
div.DivClassName
{
background-color: #D07915;
}
.BgClassName
{
background-color: #D07915;
}
</style>
border-color css
<style>
span { border-color: #D07915; }
span { border-color: rgb(208,121,21); }
td.TdClassName
{
border-color: #D07915;
}
.TagClassName
{
border-color: #D07915;
}
</style>