Shades of Ochre #D58020
Tints of Ochre #D58020
RGB
CMYK
RGB Variations
Color information
#D58020 (or 0xD58020) is known color: Ochre. HEX triplet: D5, 80 and 20. RGB value is (213,128,32). Sum of RGB (Red+Green+Blue) = 213+128+32=373 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.10% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 32 (12.89% from 255 or 8.58% from 373); Max value from RGB is 213 - color contains mainly: red. Hex color #D58020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58020 is #2A7FDF. Grayscale: #8E8E8E. Windows color (decimal): -2785248 or 2130133. OLE color: 2130133.
HSL color Cylindrical-coordinate representation of color #D58020: hue angle of 31.82º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D58020 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 128 | 32 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.16 |
| HSL | 31.82º | 0.74% | 0.48% | - |
| HSV(B) | 31.82º | 0.85% | 0.84% | - |
| XYZ | 35.42 | 29.69 | 5.23 | - |
| YUV | 142.47 | 65.66 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 128 | 32 | 0 | 0.40 | 0.85 | 0.16 | 31.82 | 0.74 | 0.48 |
| Hex | D5 | 80 | 20 | 0 | 28 | 55 | 10 | 20 | 4A | 30 |
| Octal | 325 | 200 | 40 | 0 | 50 | 125 | 20 | 40 | 112 | 60 |
| Binary | 11010101 | 10000000 | 100000 | 0 | 101000 | 1010101 | 10000 | 100000 | 1001010 | 110000 |
Color Harmonies of #D58020
Complementary color
Monochromatic Colors of #D58020
Black with #D58020
Text Example
Text Example
White with #D58020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58020; }
p { color: rgb(213,128,32); }
H1.HeaderClassName
{
color: #D58020;
}
.AnyTagClassName
{
color: #D58020;
}
</style>
background-color css
<style>
a { background-color: #D58020; }
a { background-color: rgb(213,128,32); }
div.DivClassName
{
background-color: #D58020;
}
.BgClassName
{
background-color: #D58020;
}
</style>
border-color css
<style>
span { border-color: #D58020; }
span { border-color: rgb(213,128,32); }
td.TdClassName
{
border-color: #D58020;
}
.TagClassName
{
border-color: #D58020;
}
</style>