Shades of Ochre #D57823
Tints of Ochre #D57823
RGB
CMYK
RGB Variations
Color information
#D57823 (or 0xD57823) is known color: Ochre. HEX triplet: D5, 78 and 23. RGB value is (213,120,35). Sum of RGB (Red+Green+Blue) = 213+120+35=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 120 (47.27% from 255 or 32.61% from 368); Blue value is 35 (14.06% from 255 or 9.51% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D57823 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57823 is #2A87DC. Grayscale: #8A8A8A. Windows color (decimal): -2787293 or 2324693. OLE color: 2324693.
HSL color Cylindrical-coordinate representation of color #D57823: hue angle of 28.65º 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 #D57823 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 120 | 35 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.16 |
| HSL | 28.65º | 0.72% | 0.49% | - |
| HSV(B) | 28.65º | 0.84% | 0.84% | - |
| XYZ | 34.46 | 27.7 | 5.12 | - |
| YUV | 138.12 | 69.81 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 120 | 35 | 0 | 0.44 | 0.84 | 0.16 | 28.65 | 0.72 | 0.49 |
| Hex | D5 | 78 | 23 | 0 | 2C | 54 | 10 | 1D | 48 | 31 |
| Octal | 325 | 170 | 43 | 0 | 54 | 124 | 20 | 35 | 110 | 61 |
| Binary | 11010101 | 1111000 | 100011 | 0 | 101100 | 1010100 | 10000 | 11101 | 1001000 | 110001 |
Color Harmonies of #D57823
Complementary color
Monochromatic Colors of #D57823
Black with #D57823
Text Example
Text Example
White with #D57823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57823; }
p { color: rgb(213,120,35); }
H1.HeaderClassName
{
color: #D57823;
}
.AnyTagClassName
{
color: #D57823;
}
</style>
background-color css
<style>
a { background-color: #D57823; }
a { background-color: rgb(213,120,35); }
div.DivClassName
{
background-color: #D57823;
}
.BgClassName
{
background-color: #D57823;
}
</style>
border-color css
<style>
span { border-color: #D57823; }
span { border-color: rgb(213,120,35); }
td.TdClassName
{
border-color: #D57823;
}
.TagClassName
{
border-color: #D57823;
}
</style>