Shades of Ochre #D27910
Tints of Ochre #D27910
RGB
CMYK
RGB Variations
Color information
#D27910 (or 0xD27910) is known color: Ochre. HEX triplet: D2, 79 and 10. RGB value is (210,121,16). Sum of RGB (Red+Green+Blue) = 210+121+16=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 121 (47.66% from 255 or 34.87% from 347); Blue value is 16 (6.64% from 255 or 4.61% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D27910 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D27910 is #2D86EF. Grayscale: #888888. Windows color (decimal): -2983664 or 1079762. OLE color: 1079762.
HSL color Cylindrical-coordinate representation of color #D27910: hue angle of 32.47º 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 #D27910 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 121 | 16 | - |
| CMYK | 0 | 0.42 | 0.92 | 0.18 |
| HSL | 32.47º | 0.86% | 0.44% | - |
| HSV(B) | 32.47º | 0.92% | 0.82% | - |
| XYZ | 33.51 | 27.41 | 4.02 | - |
| YUV | 135.64 | 60.49 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 121 | 16 | 0 | 0.42 | 0.92 | 0.18 | 32.47 | 0.86 | 0.44 |
| Hex | D2 | 79 | 10 | 0 | 2A | 5C | 12 | 20 | 56 | 2C |
| Octal | 322 | 171 | 20 | 0 | 52 | 134 | 22 | 40 | 126 | 54 |
| Binary | 11010010 | 1111001 | 10000 | 0 | 101010 | 1011100 | 10010 | 100000 | 1010110 | 101100 |
Color Harmonies of #D27910
Complementary color
Monochromatic Colors of #D27910
Black with #D27910
Text Example
Text Example
White with #D27910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27910; }
p { color: rgb(210,121,16); }
H1.HeaderClassName
{
color: #D27910;
}
.AnyTagClassName
{
color: #D27910;
}
</style>
background-color css
<style>
a { background-color: #D27910; }
a { background-color: rgb(210,121,16); }
div.DivClassName
{
background-color: #D27910;
}
.BgClassName
{
background-color: #D27910;
}
</style>
border-color css
<style>
span { border-color: #D27910; }
span { border-color: rgb(210,121,16); }
td.TdClassName
{
border-color: #D27910;
}
.TagClassName
{
border-color: #D27910;
}
</style>