Shades of Ochre #D28214
Tints of Ochre #D28214
RGB
CMYK
RGB Variations
Color information
#D28214 (or 0xD28214) is known color: Ochre. HEX triplet: D2, 82 and 14. RGB value is (210,130,20). Sum of RGB (Red+Green+Blue) = 210+130+20=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 20 (8.20% from 255 or 5.56% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D28214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28214 is #2D7DEB. Grayscale: #8D8D8D. Windows color (decimal): -2981356 or 1344210. OLE color: 1344210.
HSL color Cylindrical-coordinate representation of color #D28214: hue angle of 34.74º degrees, saturation: 0.83, 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 #D28214 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 130 | 20 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.18 |
| HSL | 34.74º | 0.83% | 0.45% | - |
| HSV(B) | 34.74º | 0.9% | 0.82% | - |
| XYZ | 34.69 | 29.72 | 4.57 | - |
| YUV | 141.38 | 59.5 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 130 | 20 | 0 | 0.38 | 0.90 | 0.18 | 34.74 | 0.83 | 0.45 |
| Hex | D2 | 82 | 14 | 0 | 26 | 5A | 12 | 23 | 53 | 2D |
| Octal | 322 | 202 | 24 | 0 | 46 | 132 | 22 | 43 | 123 | 55 |
| Binary | 11010010 | 10000010 | 10100 | 0 | 100110 | 1011010 | 10010 | 100011 | 1010011 | 101101 |
Color Harmonies of #D28214
Complementary color
Monochromatic Colors of #D28214
Black with #D28214
Text Example
Text Example
White with #D28214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28214; }
p { color: rgb(210,130,20); }
H1.HeaderClassName
{
color: #D28214;
}
.AnyTagClassName
{
color: #D28214;
}
</style>
background-color css
<style>
a { background-color: #D28214; }
a { background-color: rgb(210,130,20); }
div.DivClassName
{
background-color: #D28214;
}
.BgClassName
{
background-color: #D28214;
}
</style>
border-color css
<style>
span { border-color: #D28214; }
span { border-color: rgb(210,130,20); }
td.TdClassName
{
border-color: #D28214;
}
.TagClassName
{
border-color: #D28214;
}
</style>