Shades of Ochre #D28022
Tints of Ochre #D28022
RGB
CMYK
RGB Variations
Color information
#D28022 (or 0xD28022) is known color: Ochre. HEX triplet: D2, 80 and 22. RGB value is (210,128,34). Sum of RGB (Red+Green+Blue) = 210+128+34=372 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.45% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 34 (13.67% from 255 or 9.14% from 372); Max value from RGB is 210 - color contains mainly: red. Hex color #D28022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28022 is #2D7FDD. Grayscale: #8E8E8E. Windows color (decimal): -2981854 or 2261202. OLE color: 2261202.
HSL color Cylindrical-coordinate representation of color #D28022: hue angle of 32.05º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D28022 is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 34 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.18 |
| HSL | 32.05º | 0.72% | 0.48% | - |
| HSV(B) | 32.05º | 0.84% | 0.82% | - |
| XYZ | 34.59 | 29.26 | 5.34 | - |
| YUV | 141.8 | 67.17 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 34 | 0 | 0.39 | 0.84 | 0.18 | 32.05 | 0.72 | 0.48 |
| Hex | D2 | 80 | 22 | 0 | 27 | 54 | 12 | 20 | 48 | 30 |
| Octal | 322 | 200 | 42 | 0 | 47 | 124 | 22 | 40 | 110 | 60 |
| Binary | 11010010 | 10000000 | 100010 | 0 | 100111 | 1010100 | 10010 | 100000 | 1001000 | 110000 |
Color Harmonies of #D28022
Complementary color
Monochromatic Colors of #D28022
Black with #D28022
Text Example
Text Example
White with #D28022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28022; }
p { color: rgb(210,128,34); }
H1.HeaderClassName
{
color: #D28022;
}
.AnyTagClassName
{
color: #D28022;
}
</style>
background-color css
<style>
a { background-color: #D28022; }
a { background-color: rgb(210,128,34); }
div.DivClassName
{
background-color: #D28022;
}
.BgClassName
{
background-color: #D28022;
}
</style>
border-color css
<style>
span { border-color: #D28022; }
span { border-color: rgb(210,128,34); }
td.TdClassName
{
border-color: #D28022;
}
.TagClassName
{
border-color: #D28022;
}
</style>