Shades of Ochre #D58223
Tints of Ochre #D58223
RGB
CMYK
RGB Variations
Color information
#D58223 (or 0xD58223) is known color: Ochre. HEX triplet: D5, 82 and 23. RGB value is (213,130,35). Sum of RGB (Red+Green+Blue) = 213+130+35=378 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.35% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 35 (14.06% from 255 or 9.26% from 378); Max value from RGB is 213 - color contains mainly: red. Hex color #D58223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58223 is #2A7DDC. Grayscale: #909090. Windows color (decimal): -2784733 or 2327253. OLE color: 2327253.
HSL color Cylindrical-coordinate representation of color #D58223: hue angle of 32.02º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D58223 is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 130 | 35 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.16 |
| HSL | 32.02º | 0.72% | 0.49% | - |
| HSV(B) | 32.02º | 0.84% | 0.84% | - |
| XYZ | 35.73 | 30.23 | 5.54 | - |
| YUV | 143.99 | 66.5 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 130 | 35 | 0 | 0.39 | 0.84 | 0.16 | 32.02 | 0.72 | 0.49 |
| Hex | D5 | 82 | 23 | 0 | 27 | 54 | 10 | 20 | 48 | 31 |
| Octal | 325 | 202 | 43 | 0 | 47 | 124 | 20 | 40 | 110 | 61 |
| Binary | 11010101 | 10000010 | 100011 | 0 | 100111 | 1010100 | 10000 | 100000 | 1001000 | 110001 |
Color Harmonies of #D58223
Complementary color
Monochromatic Colors of #D58223
Black with #D58223
Text Example
Text Example
White with #D58223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58223; }
p { color: rgb(213,130,35); }
H1.HeaderClassName
{
color: #D58223;
}
.AnyTagClassName
{
color: #D58223;
}
</style>
background-color css
<style>
a { background-color: #D58223; }
a { background-color: rgb(213,130,35); }
div.DivClassName
{
background-color: #D58223;
}
.BgClassName
{
background-color: #D58223;
}
</style>
border-color css
<style>
span { border-color: #D58223; }
span { border-color: rgb(213,130,35); }
td.TdClassName
{
border-color: #D58223;
}
.TagClassName
{
border-color: #D58223;
}
</style>