Shades of Ochre #D07315
Tints of Ochre #D07315
RGB
CMYK
RGB Variations
Color information
#D07315 (or 0xD07315) is known color: Ochre. HEX triplet: D0, 73 and 15. RGB value is (208,115,21). Sum of RGB (Red+Green+Blue) = 208+115+21=344 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.47% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 21 (8.59% from 255 or 6.10% from 344); Max value from RGB is 208 - color contains mainly: red. Hex color #D07315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07315 is #2F8CEA. Grayscale: #848484. Windows color (decimal): -3116267 or 1405904. OLE color: 1405904.
HSL color Cylindrical-coordinate representation of color #D07315: hue angle of 30.16º 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 #D07315 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 115 | 21 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.18 |
| HSL | 30.16º | 0.82% | 0.45% | - |
| HSV(B) | 30.16º | 0.9% | 0.82% | - |
| XYZ | 32.28 | 25.73 | 3.97 | - |
| YUV | 132.09 | 65.31 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 21 | 0 | 0.45 | 0.90 | 0.18 | 30.16 | 0.82 | 0.45 |
| Hex | D0 | 73 | 15 | 0 | 2D | 5A | 12 | 1E | 52 | 2D |
| Octal | 320 | 163 | 25 | 0 | 55 | 132 | 22 | 36 | 122 | 55 |
| Binary | 11010000 | 1110011 | 10101 | 0 | 101101 | 1011010 | 10010 | 11110 | 1010010 | 101101 |
Color Harmonies of #D07315
Complementary color
Monochromatic Colors of #D07315
Black with #D07315
Text Example
Text Example
White with #D07315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07315; }
p { color: rgb(208,115,21); }
H1.HeaderClassName
{
color: #D07315;
}
.AnyTagClassName
{
color: #D07315;
}
</style>
background-color css
<style>
a { background-color: #D07315; }
a { background-color: rgb(208,115,21); }
div.DivClassName
{
background-color: #D07315;
}
.BgClassName
{
background-color: #D07315;
}
</style>
border-color css
<style>
span { border-color: #D07315; }
span { border-color: rgb(208,115,21); }
td.TdClassName
{
border-color: #D07315;
}
.TagClassName
{
border-color: #D07315;
}
</style>