Shades of Ochre #D27F15
Tints of Ochre #D27F15
RGB
CMYK
RGB Variations
Color information
#D27F15 (or 0xD27F15) is known color: Ochre. HEX triplet: D2, 7F and 15. RGB value is (210,127,21). Sum of RGB (Red+Green+Blue) = 210+127+21=358 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.66% from 358); Green value is 127 (50% from 255 or 35.47% from 358); Blue value is 21 (8.59% from 255 or 5.87% from 358); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27F15 is #2D80EA. Grayscale: #8C8C8C. Windows color (decimal): -2982123 or 1408978. OLE color: 1408978.
HSL color Cylindrical-coordinate representation of color #D27F15: hue angle of 33.65º degrees, saturation: 0.82, 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 #D27F15 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 127 | 21 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.18 |
| HSL | 33.65º | 0.82% | 0.45% | - |
| HSV(B) | 33.65º | 0.9% | 0.82% | - |
| XYZ | 34.3 | 28.93 | 4.49 | - |
| YUV | 139.73 | 61 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 127 | 21 | 0 | 0.40 | 0.90 | 0.18 | 33.65 | 0.82 | 0.45 |
| Hex | D2 | 7F | 15 | 0 | 28 | 5A | 12 | 22 | 52 | 2D |
| Octal | 322 | 177 | 25 | 0 | 50 | 132 | 22 | 42 | 122 | 55 |
| Binary | 11010010 | 1111111 | 10101 | 0 | 101000 | 1011010 | 10010 | 100010 | 1010010 | 101101 |
Color Harmonies of #D27F15
Complementary color
Monochromatic Colors of #D27F15
Black with #D27F15
Text Example
Text Example
White with #D27F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27F15; }
p { color: rgb(210,127,21); }
H1.HeaderClassName
{
color: #D27F15;
}
.AnyTagClassName
{
color: #D27F15;
}
</style>
background-color css
<style>
a { background-color: #D27F15; }
a { background-color: rgb(210,127,21); }
div.DivClassName
{
background-color: #D27F15;
}
.BgClassName
{
background-color: #D27F15;
}
</style>
border-color css
<style>
span { border-color: #D27F15; }
span { border-color: rgb(210,127,21); }
td.TdClassName
{
border-color: #D27F15;
}
.TagClassName
{
border-color: #D27F15;
}
</style>