Shades of Ochre #D57722
Tints of Ochre #D57722
RGB
CMYK
RGB Variations
Color information
#D57722 (or 0xD57722) is known color: Ochre. HEX triplet: D5, 77 and 22. RGB value is (213,119,34). Sum of RGB (Red+Green+Blue) = 213+119+34=366 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.20% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 34 (13.67% from 255 or 9.29% from 366); Max value from RGB is 213 - color contains mainly: red. Hex color #D57722 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D57722 is #2A88DD. Grayscale: #898989. Windows color (decimal): -2787550 or 2258901. OLE color: 2258901.
HSL color Cylindrical-coordinate representation of color #D57722: hue angle of 28.49º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D57722 is Cyan = 0, Magento = 0.44, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 119 | 34 | - |
| CMYK | 0 | 0.44 | 0.84 | 0.16 |
| HSL | 28.49º | 0.72% | 0.48% | - |
| HSV(B) | 28.49º | 0.84% | 0.84% | - |
| XYZ | 34.33 | 27.46 | 5 | - |
| YUV | 137.42 | 69.64 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 34 | 0 | 0.44 | 0.84 | 0.16 | 28.49 | 0.72 | 0.48 |
| Hex | D5 | 77 | 22 | 0 | 2C | 54 | 10 | 1C | 48 | 30 |
| Octal | 325 | 167 | 42 | 0 | 54 | 124 | 20 | 34 | 110 | 60 |
| Binary | 11010101 | 1110111 | 100010 | 0 | 101100 | 1010100 | 10000 | 11100 | 1001000 | 110000 |
Color Harmonies of #D57722
Complementary color
Monochromatic Colors of #D57722
Black with #D57722
Text Example
Text Example
White with #D57722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57722; }
p { color: rgb(213,119,34); }
H1.HeaderClassName
{
color: #D57722;
}
.AnyTagClassName
{
color: #D57722;
}
</style>
background-color css
<style>
a { background-color: #D57722; }
a { background-color: rgb(213,119,34); }
div.DivClassName
{
background-color: #D57722;
}
.BgClassName
{
background-color: #D57722;
}
</style>
border-color css
<style>
span { border-color: #D57722; }
span { border-color: rgb(213,119,34); }
td.TdClassName
{
border-color: #D57722;
}
.TagClassName
{
border-color: #D57722;
}
</style>