Shades of Ochre #D57723
Tints of Ochre #D57723
RGB
CMYK
RGB Variations
Color information
#D57723 (or 0xD57723) is known color: Ochre. HEX triplet: D5, 77 and 23. RGB value is (213,119,35). Sum of RGB (Red+Green+Blue) = 213+119+35=367 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.04% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 35 (14.06% from 255 or 9.54% from 367); Max value from RGB is 213 - color contains mainly: red. Hex color #D57723 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57723 is #2A88DC. Grayscale: #898989. Windows color (decimal): -2787549 or 2324437. OLE color: 2324437.
HSL color Cylindrical-coordinate representation of color #D57723: hue angle of 28.31º 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 #D57723 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 119 | 35 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.16 |
| HSL | 28.31º | 0.72% | 0.49% | - |
| HSV(B) | 28.31º | 0.84% | 0.84% | - |
| XYZ | 34.34 | 27.46 | 5.08 | - |
| YUV | 137.53 | 70.14 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 35 | 0 | 0.44 | 0.84 | 0.16 | 28.31 | 0.72 | 0.49 |
| Hex | D5 | 77 | 23 | 0 | 2C | 54 | 10 | 1C | 48 | 31 |
| Octal | 325 | 167 | 43 | 0 | 54 | 124 | 20 | 34 | 110 | 61 |
| Binary | 11010101 | 1110111 | 100011 | 0 | 101100 | 1010100 | 10000 | 11100 | 1001000 | 110001 |
Color Harmonies of #D57723
Complementary color
Monochromatic Colors of #D57723
Black with #D57723
Text Example
Text Example
White with #D57723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57723; }
p { color: rgb(213,119,35); }
H1.HeaderClassName
{
color: #D57723;
}
.AnyTagClassName
{
color: #D57723;
}
</style>
background-color css
<style>
a { background-color: #D57723; }
a { background-color: rgb(213,119,35); }
div.DivClassName
{
background-color: #D57723;
}
.BgClassName
{
background-color: #D57723;
}
</style>
border-color css
<style>
span { border-color: #D57723; }
span { border-color: rgb(213,119,35); }
td.TdClassName
{
border-color: #D57723;
}
.TagClassName
{
border-color: #D57723;
}
</style>