Shades of Ochre #D27415
Tints of Ochre #D27415
RGB
CMYK
RGB Variations
Color information
#D27415 (or 0xD27415) is known color: Ochre. HEX triplet: D2, 74 and 15. RGB value is (210,116,21). Sum of RGB (Red+Green+Blue) = 210+116+21=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 21 (8.59% from 255 or 6.05% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D27415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27415 is #2D8BEA. Grayscale: #858585. Windows color (decimal): -2984939 or 1406162. OLE color: 1406162.
HSL color Cylindrical-coordinate representation of color #D27415: hue angle of 30.16º 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 #D27415 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 116 | 21 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.18 |
| HSL | 30.16º | 0.82% | 0.45% | - |
| HSV(B) | 30.16º | 0.9% | 0.82% | - |
| XYZ | 32.96 | 26.25 | 4.04 | - |
| YUV | 133.28 | 64.64 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 116 | 21 | 0 | 0.45 | 0.90 | 0.18 | 30.16 | 0.82 | 0.45 |
| Hex | D2 | 74 | 15 | 0 | 2D | 5A | 12 | 1E | 52 | 2D |
| Octal | 322 | 164 | 25 | 0 | 55 | 132 | 22 | 36 | 122 | 55 |
| Binary | 11010010 | 1110100 | 10101 | 0 | 101101 | 1011010 | 10010 | 11110 | 1010010 | 101101 |
Color Harmonies of #D27415
Complementary color
Monochromatic Colors of #D27415
Black with #D27415
Text Example
Text Example
White with #D27415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27415; }
p { color: rgb(210,116,21); }
H1.HeaderClassName
{
color: #D27415;
}
.AnyTagClassName
{
color: #D27415;
}
</style>
background-color css
<style>
a { background-color: #D27415; }
a { background-color: rgb(210,116,21); }
div.DivClassName
{
background-color: #D27415;
}
.BgClassName
{
background-color: #D27415;
}
</style>
border-color css
<style>
span { border-color: #D27415; }
span { border-color: rgb(210,116,21); }
td.TdClassName
{
border-color: #D27415;
}
.TagClassName
{
border-color: #D27415;
}
</style>