Shades of Ochre #D28120
Tints of Ochre #D28120
RGB
CMYK
RGB Variations
Color information
#D28120 (or 0xD28120) is known color: Ochre. HEX triplet: D2, 81 and 20. RGB value is (210,129,32). Sum of RGB (Red+Green+Blue) = 210+129+32=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D28120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28120 is #2D7EDF. Grayscale: #8E8E8E. Windows color (decimal): -2981600 or 2130386. OLE color: 2130386.
HSL color Cylindrical-coordinate representation of color #D28120: hue angle of 32.7º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D28120 is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 129 | 32 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.18 |
| HSL | 32.7º | 0.74% | 0.47% | - |
| HSV(B) | 32.7º | 0.85% | 0.82% | - |
| XYZ | 34.69 | 29.51 | 5.23 | - |
| YUV | 142.16 | 65.84 | 176.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 129 | 32 | 0 | 0.39 | 0.85 | 0.18 | 32.7 | 0.74 | 0.47 |
| Hex | D2 | 81 | 20 | 0 | 27 | 55 | 12 | 21 | 4A | 2F |
| Octal | 322 | 201 | 40 | 0 | 47 | 125 | 22 | 41 | 112 | 57 |
| Binary | 11010010 | 10000001 | 100000 | 0 | 100111 | 1010101 | 10010 | 100001 | 1001010 | 101111 |
Color Harmonies of #D28120
Complementary color
Monochromatic Colors of #D28120
Black with #D28120
Text Example
Text Example
White with #D28120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28120; }
p { color: rgb(210,129,32); }
H1.HeaderClassName
{
color: #D28120;
}
.AnyTagClassName
{
color: #D28120;
}
</style>
background-color css
<style>
a { background-color: #D28120; }
a { background-color: rgb(210,129,32); }
div.DivClassName
{
background-color: #D28120;
}
.BgClassName
{
background-color: #D28120;
}
</style>
border-color css
<style>
span { border-color: #D28120; }
span { border-color: rgb(210,129,32); }
td.TdClassName
{
border-color: #D28120;
}
.TagClassName
{
border-color: #D28120;
}
</style>