Shades of Ochre #D27E0F
Tints of Ochre #D27E0F
RGB
CMYK
RGB Variations
Color information
#D27E0F (or 0xD27E0F) is known color: Ochre. HEX triplet: D2, 7E and 0F. RGB value is (210,126,15). Sum of RGB (Red+Green+Blue) = 210+126+15=351 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.83% from 351); Green value is 126 (49.61% from 255 or 35.90% from 351); Blue value is 15 (6.25% from 255 or 4.27% from 351); Max value from RGB is 210 - color contains mainly: red. Hex color #D27E0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27E0F is #2D81F0. Grayscale: #8A8A8A. Windows color (decimal): -2982385 or 1015506. OLE color: 1015506.
HSL color Cylindrical-coordinate representation of color #D27E0F: hue angle of 34.15º degrees, saturation: 0.87, 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 #D27E0F is Cyan = 0, Magento = 0.4, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 126 | 15 | - |
| CMYK | 0 | 0.4 | 0.93 | 0.18 |
| HSL | 34.15º | 0.87% | 0.44% | - |
| HSV(B) | 34.15º | 0.93% | 0.82% | - |
| XYZ | 34.13 | 28.66 | 4.18 | - |
| YUV | 138.46 | 58.33 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 126 | 15 | 0 | 0.4 | 0.93 | 0.18 | 34.15 | 0.87 | 0.44 |
| Hex | D2 | 7E | F | 0 | 28 | 5D | 12 | 22 | 57 | 2C |
| Octal | 322 | 176 | 17 | 0 | 50 | 135 | 22 | 42 | 127 | 54 |
| Binary | 11010010 | 1111110 | 1111 | 0 | 101000 | 1011101 | 10010 | 100010 | 1010111 | 101100 |
Color Harmonies of #D27E0F
Complementary color
Monochromatic Colors of #D27E0F
Black with #D27E0F
Text Example
Text Example
White with #D27E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27E0F; }
p { color: rgb(210,126,15); }
H1.HeaderClassName
{
color: #D27E0F;
}
.AnyTagClassName
{
color: #D27E0F;
}
</style>
background-color css
<style>
a { background-color: #D27E0F; }
a { background-color: rgb(210,126,15); }
div.DivClassName
{
background-color: #D27E0F;
}
.BgClassName
{
background-color: #D27E0F;
}
</style>
border-color css
<style>
span { border-color: #D27E0F; }
span { border-color: rgb(210,126,15); }
td.TdClassName
{
border-color: #D27E0F;
}
.TagClassName
{
border-color: #D27E0F;
}
</style>