Shades of Ochre #D27A12
Tints of Ochre #D27A12
RGB
CMYK
RGB Variations
Color information
#D27A12 (or 0xD27A12) is known color: Ochre. HEX triplet: D2, 7A and 12. RGB value is (210,122,18). Sum of RGB (Red+Green+Blue) = 210+122+18=350 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27A12 is #2D85ED. Grayscale: #888888. Windows color (decimal): -2983406 or 1211090. OLE color: 1211090.
HSL color Cylindrical-coordinate representation of color #D27A12: hue angle of 32.5º 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 #D27A12 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 122 | 18 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.18 |
| HSL | 32.5º | 0.84% | 0.45% | - |
| HSV(B) | 32.5º | 0.91% | 0.82% | - |
| XYZ | 33.65 | 27.66 | 4.14 | - |
| YUV | 136.46 | 61.15 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 122 | 18 | 0 | 0.42 | 0.91 | 0.18 | 32.5 | 0.84 | 0.45 |
| Hex | D2 | 7A | 12 | 0 | 2A | 5B | 12 | 20 | 54 | 2D |
| Octal | 322 | 172 | 22 | 0 | 52 | 133 | 22 | 40 | 124 | 55 |
| Binary | 11010010 | 1111010 | 10010 | 0 | 101010 | 1011011 | 10010 | 100000 | 1010100 | 101101 |
Color Harmonies of #D27A12
Complementary color
Monochromatic Colors of #D27A12
Black with #D27A12
Text Example
Text Example
White with #D27A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27A12; }
p { color: rgb(210,122,18); }
H1.HeaderClassName
{
color: #D27A12;
}
.AnyTagClassName
{
color: #D27A12;
}
</style>
background-color css
<style>
a { background-color: #D27A12; }
a { background-color: rgb(210,122,18); }
div.DivClassName
{
background-color: #D27A12;
}
.BgClassName
{
background-color: #D27A12;
}
</style>
border-color css
<style>
span { border-color: #D27A12; }
span { border-color: rgb(210,122,18); }
td.TdClassName
{
border-color: #D27A12;
}
.TagClassName
{
border-color: #D27A12;
}
</style>