Shades of Ochre #D27410
Tints of Ochre #D27410
RGB
CMYK
RGB Variations
Color information
#D27410 (or 0xD27410) is known color: Ochre. HEX triplet: D2, 74 and 10. RGB value is (210,116,16). Sum of RGB (Red+Green+Blue) = 210+116+16=342 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.40% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 16 (6.64% from 255 or 4.68% from 342); Max value from RGB is 210 - color contains mainly: red. Hex color #D27410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27410 is #2D8BEF. Grayscale: #858585. Windows color (decimal): -2984944 or 1078482. OLE color: 1078482.
HSL color Cylindrical-coordinate representation of color #D27410: hue angle of 30.93º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D27410 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 116 | 16 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.18 |
| HSL | 30.93º | 0.86% | 0.44% | - |
| HSV(B) | 30.93º | 0.92% | 0.82% | - |
| XYZ | 32.92 | 26.23 | 3.82 | - |
| YUV | 132.71 | 62.14 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 116 | 16 | 0 | 0.45 | 0.92 | 0.18 | 30.93 | 0.86 | 0.44 |
| Hex | D2 | 74 | 10 | 0 | 2D | 5C | 12 | 1F | 56 | 2C |
| Octal | 322 | 164 | 20 | 0 | 55 | 134 | 22 | 37 | 126 | 54 |
| Binary | 11010010 | 1110100 | 10000 | 0 | 101101 | 1011100 | 10010 | 11111 | 1010110 | 101100 |
Color Harmonies of #D27410
Complementary color
Monochromatic Colors of #D27410
Black with #D27410
Text Example
Text Example
White with #D27410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27410; }
p { color: rgb(210,116,16); }
H1.HeaderClassName
{
color: #D27410;
}
.AnyTagClassName
{
color: #D27410;
}
</style>
background-color css
<style>
a { background-color: #D27410; }
a { background-color: rgb(210,116,16); }
div.DivClassName
{
background-color: #D27410;
}
.BgClassName
{
background-color: #D27410;
}
</style>
border-color css
<style>
span { border-color: #D27410; }
span { border-color: rgb(210,116,16); }
td.TdClassName
{
border-color: #D27410;
}
.TagClassName
{
border-color: #D27410;
}
</style>