Shades of Ochre #D28210
Tints of Ochre #D28210
RGB
CMYK
RGB Variations
Color information
#D28210 (or 0xD28210) is known color: Ochre. HEX triplet: D2, 82 and 10. RGB value is (210,130,16). Sum of RGB (Red+Green+Blue) = 210+130+16=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 16 (6.64% from 255 or 4.49% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D28210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28210 is #2D7DEF. Grayscale: #8D8D8D. Windows color (decimal): -2981360 or 1082066. OLE color: 1082066.
HSL color Cylindrical-coordinate representation of color #D28210: hue angle of 35.26º 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 #D28210 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 130 | 16 | - |
| CMYK | 0 | 0.38 | 0.92 | 0.18 |
| HSL | 35.26º | 0.86% | 0.44% | - |
| HSV(B) | 35.26º | 0.92% | 0.82% | - |
| XYZ | 34.65 | 29.7 | 4.4 | - |
| YUV | 140.92 | 57.5 | 177.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 130 | 16 | 0 | 0.38 | 0.92 | 0.18 | 35.26 | 0.86 | 0.44 |
| Hex | D2 | 82 | 10 | 0 | 26 | 5C | 12 | 23 | 56 | 2C |
| Octal | 322 | 202 | 20 | 0 | 46 | 134 | 22 | 43 | 126 | 54 |
| Binary | 11010010 | 10000010 | 10000 | 0 | 100110 | 1011100 | 10010 | 100011 | 1010110 | 101100 |
Color Harmonies of #D28210
Complementary color
Monochromatic Colors of #D28210
Black with #D28210
Text Example
Text Example
White with #D28210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28210; }
p { color: rgb(210,130,16); }
H1.HeaderClassName
{
color: #D28210;
}
.AnyTagClassName
{
color: #D28210;
}
</style>
background-color css
<style>
a { background-color: #D28210; }
a { background-color: rgb(210,130,16); }
div.DivClassName
{
background-color: #D28210;
}
.BgClassName
{
background-color: #D28210;
}
</style>
border-color css
<style>
span { border-color: #D28210; }
span { border-color: rgb(210,130,16); }
td.TdClassName
{
border-color: #D28210;
}
.TagClassName
{
border-color: #D28210;
}
</style>