Shades of Ochre #D27C0E
Tints of Ochre #D27C0E
RGB
CMYK
RGB Variations
Color information
#D27C0E (or 0xD27C0E) is known color: Ochre. HEX triplet: D2, 7C and 0E. RGB value is (210,124,14). Sum of RGB (Red+Green+Blue) = 210+124+14=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 124 (48.83% from 255 or 35.63% from 348); Blue value is 14 (5.86% from 255 or 4.02% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27C0E is #2D83F1. Grayscale: #898989. Windows color (decimal): -2982898 or 949458. OLE color: 949458.
HSL color Cylindrical-coordinate representation of color #D27C0E: hue angle of 33.67º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D27C0E is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 124 | 14 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.18 |
| HSL | 33.67º | 0.88% | 0.44% | - |
| HSV(B) | 33.67º | 0.93% | 0.82% | - |
| XYZ | 33.87 | 28.15 | 4.06 | - |
| YUV | 137.17 | 58.49 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 124 | 14 | 0 | 0.41 | 0.93 | 0.18 | 33.67 | 0.88 | 0.44 |
| Hex | D2 | 7C | E | 0 | 29 | 5D | 12 | 22 | 58 | 2C |
| Octal | 322 | 174 | 16 | 0 | 51 | 135 | 22 | 42 | 130 | 54 |
| Binary | 11010010 | 1111100 | 1110 | 0 | 101001 | 1011101 | 10010 | 100010 | 1011000 | 101100 |
Color Harmonies of #D27C0E
Complementary color
Monochromatic Colors of #D27C0E
Black with #D27C0E
Text Example
Text Example
White with #D27C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27C0E; }
p { color: rgb(210,124,14); }
H1.HeaderClassName
{
color: #D27C0E;
}
.AnyTagClassName
{
color: #D27C0E;
}
</style>
background-color css
<style>
a { background-color: #D27C0E; }
a { background-color: rgb(210,124,14); }
div.DivClassName
{
background-color: #D27C0E;
}
.BgClassName
{
background-color: #D27C0E;
}
</style>
border-color css
<style>
span { border-color: #D27C0E; }
span { border-color: rgb(210,124,14); }
td.TdClassName
{
border-color: #D27C0E;
}
.TagClassName
{
border-color: #D27C0E;
}
</style>