Shades of Ochre #D28110
Tints of Ochre #D28110
RGB
CMYK
RGB Variations
Color information
#D28110 (or 0xD28110) is known color: Ochre. HEX triplet: D2, 81 and 10. RGB value is (210,129,16). Sum of RGB (Red+Green+Blue) = 210+129+16=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 16 (6.64% from 255 or 4.51% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D28110 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28110 is #2D7EEF. Grayscale: #8C8C8C. Windows color (decimal): -2981616 or 1081810. OLE color: 1081810.
HSL color Cylindrical-coordinate representation of color #D28110: hue angle of 34.95º 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 #D28110 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 129 | 16 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.18 |
| HSL | 34.95º | 0.86% | 0.44% | - |
| HSV(B) | 34.95º | 0.92% | 0.82% | - |
| XYZ | 34.52 | 29.44 | 4.35 | - |
| YUV | 140.34 | 57.84 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 129 | 16 | 0 | 0.39 | 0.92 | 0.18 | 34.95 | 0.86 | 0.44 |
| Hex | D2 | 81 | 10 | 0 | 27 | 5C | 12 | 23 | 56 | 2C |
| Octal | 322 | 201 | 20 | 0 | 47 | 134 | 22 | 43 | 126 | 54 |
| Binary | 11010010 | 10000001 | 10000 | 0 | 100111 | 1011100 | 10010 | 100011 | 1010110 | 101100 |
Color Harmonies of #D28110
Complementary color
Monochromatic Colors of #D28110
Black with #D28110
Text Example
Text Example
White with #D28110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28110; }
p { color: rgb(210,129,16); }
H1.HeaderClassName
{
color: #D28110;
}
.AnyTagClassName
{
color: #D28110;
}
</style>
background-color css
<style>
a { background-color: #D28110; }
a { background-color: rgb(210,129,16); }
div.DivClassName
{
background-color: #D28110;
}
.BgClassName
{
background-color: #D28110;
}
</style>
border-color css
<style>
span { border-color: #D28110; }
span { border-color: rgb(210,129,16); }
td.TdClassName
{
border-color: #D28110;
}
.TagClassName
{
border-color: #D28110;
}
</style>