Shades of Ochre #D57812
Tints of Ochre #D57812
RGB
CMYK
RGB Variations
Color information
#D57812 (or 0xD57812) is known color: Ochre. HEX triplet: D5, 78 and 12. RGB value is (213,120,18). Sum of RGB (Red+Green+Blue) = 213+120+18=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 18 (7.42% from 255 or 5.13% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D57812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D57812 is #2A87ED. Grayscale: #888888. Windows color (decimal): -2787310 or 1210581. OLE color: 1210581.
HSL color Cylindrical-coordinate representation of color #D57812: hue angle of 31.38º 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 #D57812 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 120 | 18 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.16 |
| HSL | 31.38º | 0.84% | 0.45% | - |
| HSV(B) | 31.38º | 0.92% | 0.84% | - |
| XYZ | 34.27 | 27.62 | 4.1 | - |
| YUV | 136.18 | 61.31 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 120 | 18 | 0 | 0.44 | 0.92 | 0.16 | 31.38 | 0.84 | 0.45 |
| Hex | D5 | 78 | 12 | 0 | 2C | 5C | 10 | 1F | 54 | 2D |
| Octal | 325 | 170 | 22 | 0 | 54 | 134 | 20 | 37 | 124 | 55 |
| Binary | 11010101 | 1111000 | 10010 | 0 | 101100 | 1011100 | 10000 | 11111 | 1010100 | 101101 |
Color Harmonies of #D57812
Complementary color
Monochromatic Colors of #D57812
Black with #D57812
Text Example
Text Example
White with #D57812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57812; }
p { color: rgb(213,120,18); }
H1.HeaderClassName
{
color: #D57812;
}
.AnyTagClassName
{
color: #D57812;
}
</style>
background-color css
<style>
a { background-color: #D57812; }
a { background-color: rgb(213,120,18); }
div.DivClassName
{
background-color: #D57812;
}
.BgClassName
{
background-color: #D57812;
}
</style>
border-color css
<style>
span { border-color: #D57812; }
span { border-color: rgb(213,120,18); }
td.TdClassName
{
border-color: #D57812;
}
.TagClassName
{
border-color: #D57812;
}
</style>