Shades of Ochre #D27512
Tints of Ochre #D27512
RGB
CMYK
RGB Variations
Color information
#D27512 (or 0xD27512) is known color: Ochre. HEX triplet: D2, 75 and 12. RGB value is (210,117,18). Sum of RGB (Red+Green+Blue) = 210+117+18=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 18 (7.42% from 255 or 5.22% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D27512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27512 is #2D8AED. Grayscale: #868686. Windows color (decimal): -2984686 or 1209810. OLE color: 1209810.
HSL color Cylindrical-coordinate representation of color #D27512: hue angle of 30.94º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D27512 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 117 | 18 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.18 |
| HSL | 30.94º | 0.84% | 0.45% | - |
| HSV(B) | 30.94º | 0.91% | 0.82% | - |
| XYZ | 33.05 | 26.47 | 3.94 | - |
| YUV | 133.52 | 62.81 | 182.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 18 | 0 | 0.44 | 0.91 | 0.18 | 30.94 | 0.84 | 0.45 |
| Hex | D2 | 75 | 12 | 0 | 2C | 5B | 12 | 1F | 54 | 2D |
| Octal | 322 | 165 | 22 | 0 | 54 | 133 | 22 | 37 | 124 | 55 |
| Binary | 11010010 | 1110101 | 10010 | 0 | 101100 | 1011011 | 10010 | 11111 | 1010100 | 101101 |
Color Harmonies of #D27512
Complementary color
Monochromatic Colors of #D27512
Black with #D27512
Text Example
Text Example
White with #D27512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27512; }
p { color: rgb(210,117,18); }
H1.HeaderClassName
{
color: #D27512;
}
.AnyTagClassName
{
color: #D27512;
}
</style>
background-color css
<style>
a { background-color: #D27512; }
a { background-color: rgb(210,117,18); }
div.DivClassName
{
background-color: #D27512;
}
.BgClassName
{
background-color: #D27512;
}
</style>
border-color css
<style>
span { border-color: #D27512; }
span { border-color: rgb(210,117,18); }
td.TdClassName
{
border-color: #D27512;
}
.TagClassName
{
border-color: #D27512;
}
</style>