Shades of Ochre #D27E16
Tints of Ochre #D27E16
RGB
CMYK
RGB Variations
Color information
#D27E16 (or 0xD27E16) is known color: Ochre. HEX triplet: D2, 7E and 16. RGB value is (210,126,22). Sum of RGB (Red+Green+Blue) = 210+126+22=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 22 (8.98% from 255 or 6.15% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D27E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27E16 is #2D81E9. Grayscale: #8B8B8B. Windows color (decimal): -2982378 or 1474258. OLE color: 1474258.
HSL color Cylindrical-coordinate representation of color #D27E16: hue angle of 33.19º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D27E16 is Cyan = 0, Magento = 0.4, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 126 | 22 | - |
| CMYK | 0 | 0.4 | 0.90 | 0.18 |
| HSL | 33.19º | 0.81% | 0.45% | - |
| HSV(B) | 33.19º | 0.9% | 0.82% | - |
| XYZ | 34.18 | 28.68 | 4.49 | - |
| YUV | 139.26 | 61.83 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 126 | 22 | 0 | 0.4 | 0.90 | 0.18 | 33.19 | 0.81 | 0.45 |
| Hex | D2 | 7E | 16 | 0 | 28 | 5A | 12 | 21 | 51 | 2D |
| Octal | 322 | 176 | 26 | 0 | 50 | 132 | 22 | 41 | 121 | 55 |
| Binary | 11010010 | 1111110 | 10110 | 0 | 101000 | 1011010 | 10010 | 100001 | 1010001 | 101101 |
Color Harmonies of #D27E16
Complementary color
Monochromatic Colors of #D27E16
Black with #D27E16
Text Example
Text Example
White with #D27E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27E16; }
p { color: rgb(210,126,22); }
H1.HeaderClassName
{
color: #D27E16;
}
.AnyTagClassName
{
color: #D27E16;
}
</style>
background-color css
<style>
a { background-color: #D27E16; }
a { background-color: rgb(210,126,22); }
div.DivClassName
{
background-color: #D27E16;
}
.BgClassName
{
background-color: #D27E16;
}
</style>
border-color css
<style>
span { border-color: #D27E16; }
span { border-color: rgb(210,126,22); }
td.TdClassName
{
border-color: #D27E16;
}
.TagClassName
{
border-color: #D27E16;
}
</style>