Shades of Ochre #D28514
Tints of Ochre #D28514
RGB
CMYK
RGB Variations
Color information
#D28514 (or 0xD28514) is known color: Ochre. HEX triplet: D2, 85 and 14. RGB value is (210,133,20). Sum of RGB (Red+Green+Blue) = 210+133+20=363 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.85% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 210 - color contains mainly: red. Hex color #D28514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D28514 is #2D7AEB. Grayscale: #8F8F8F. Windows color (decimal): -2980588 or 1344978. OLE color: 1344978.
HSL color Cylindrical-coordinate representation of color #D28514: hue angle of 35.68º 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 #D28514 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 20 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.18 |
| HSL | 35.68º | 0.83% | 0.45% | - |
| HSV(B) | 35.68º | 0.9% | 0.82% | - |
| XYZ | 35.09 | 30.53 | 4.7 | - |
| YUV | 143.14 | 58.51 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 20 | 0 | 0.37 | 0.90 | 0.18 | 35.68 | 0.83 | 0.45 |
| Hex | D2 | 85 | 14 | 0 | 25 | 5A | 12 | 24 | 53 | 2D |
| Octal | 322 | 205 | 24 | 0 | 45 | 132 | 22 | 44 | 123 | 55 |
| Binary | 11010010 | 10000101 | 10100 | 0 | 100101 | 1011010 | 10010 | 100100 | 1010011 | 101101 |
Color Harmonies of #D28514
Complementary color
Monochromatic Colors of #D28514
Black with #D28514
Text Example
Text Example
White with #D28514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28514; }
p { color: rgb(210,133,20); }
H1.HeaderClassName
{
color: #D28514;
}
.AnyTagClassName
{
color: #D28514;
}
</style>
background-color css
<style>
a { background-color: #D28514; }
a { background-color: rgb(210,133,20); }
div.DivClassName
{
background-color: #D28514;
}
.BgClassName
{
background-color: #D28514;
}
</style>
border-color css
<style>
span { border-color: #D28514; }
span { border-color: rgb(210,133,20); }
td.TdClassName
{
border-color: #D28514;
}
.TagClassName
{
border-color: #D28514;
}
</style>