Shades of Ochre #D58315
Tints of Ochre #D58315
RGB
CMYK
RGB Variations
Color information
#D58315 (or 0xD58315) is known color: Ochre. HEX triplet: D5, 83 and 15. RGB value is (213,131,21). Sum of RGB (Red+Green+Blue) = 213+131+21=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 21 (8.59% from 255 or 5.75% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D58315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58315 is #2A7CEA. Grayscale: #8F8F8F. Windows color (decimal): -2784491 or 1410005. OLE color: 1410005.
HSL color Cylindrical-coordinate representation of color #D58315: hue angle of 34.38º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D58315 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 131 | 21 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.16 |
| HSL | 34.38º | 0.82% | 0.46% | - |
| HSV(B) | 34.38º | 0.9% | 0.84% | - |
| XYZ | 35.69 | 30.43 | 4.7 | - |
| YUV | 142.98 | 59.17 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 131 | 21 | 0 | 0.38 | 0.90 | 0.16 | 34.38 | 0.82 | 0.46 |
| Hex | D5 | 83 | 15 | 0 | 26 | 5A | 10 | 22 | 52 | 2E |
| Octal | 325 | 203 | 25 | 0 | 46 | 132 | 20 | 42 | 122 | 56 |
| Binary | 11010101 | 10000011 | 10101 | 0 | 100110 | 1011010 | 10000 | 100010 | 1010010 | 101110 |
Color Harmonies of #D58315
Complementary color
Monochromatic Colors of #D58315
Black with #D58315
Text Example
Text Example
White with #D58315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58315; }
p { color: rgb(213,131,21); }
H1.HeaderClassName
{
color: #D58315;
}
.AnyTagClassName
{
color: #D58315;
}
</style>
background-color css
<style>
a { background-color: #D58315; }
a { background-color: rgb(213,131,21); }
div.DivClassName
{
background-color: #D58315;
}
.BgClassName
{
background-color: #D58315;
}
</style>
border-color css
<style>
span { border-color: #D58315; }
span { border-color: rgb(213,131,21); }
td.TdClassName
{
border-color: #D58315;
}
.TagClassName
{
border-color: #D58315;
}
</style>