Shades of Ochre #D57712
Tints of Ochre #D57712
RGB
CMYK
RGB Variations
Color information
#D57712 (or 0xD57712) is known color: Ochre. HEX triplet: D5, 77 and 12. RGB value is (213,119,18). Sum of RGB (Red+Green+Blue) = 213+119+18=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D57712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57712 is #2A88ED. Grayscale: #888888. Windows color (decimal): -2787566 or 1210325. OLE color: 1210325.
HSL color Cylindrical-coordinate representation of color #D57712: hue angle of 31.08º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D57712 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 119 | 18 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.16 |
| HSL | 31.08º | 0.84% | 0.45% | - |
| HSV(B) | 31.08º | 0.92% | 0.84% | - |
| XYZ | 34.15 | 27.38 | 4.06 | - |
| YUV | 135.59 | 61.64 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 18 | 0 | 0.44 | 0.92 | 0.16 | 31.08 | 0.84 | 0.45 |
| Hex | D5 | 77 | 12 | 0 | 2C | 5C | 10 | 1F | 54 | 2D |
| Octal | 325 | 167 | 22 | 0 | 54 | 134 | 20 | 37 | 124 | 55 |
| Binary | 11010101 | 1110111 | 10010 | 0 | 101100 | 1011100 | 10000 | 11111 | 1010100 | 101101 |
Color Harmonies of #D57712
Complementary color
Monochromatic Colors of #D57712
Black with #D57712
Text Example
Text Example
White with #D57712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57712; }
p { color: rgb(213,119,18); }
H1.HeaderClassName
{
color: #D57712;
}
.AnyTagClassName
{
color: #D57712;
}
</style>
background-color css
<style>
a { background-color: #D57712; }
a { background-color: rgb(213,119,18); }
div.DivClassName
{
background-color: #D57712;
}
.BgClassName
{
background-color: #D57712;
}
</style>
border-color css
<style>
span { border-color: #D57712; }
span { border-color: rgb(213,119,18); }
td.TdClassName
{
border-color: #D57712;
}
.TagClassName
{
border-color: #D57712;
}
</style>