Shades of Ochre #D28023
Tints of Ochre #D28023
RGB
CMYK
RGB Variations
Color information
#D28023 (or 0xD28023) is known color: Ochre. HEX triplet: D2, 80 and 23. RGB value is (210,128,35). Sum of RGB (Red+Green+Blue) = 210+128+35=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 35 (14.06% from 255 or 9.38% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D28023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28023 is #2D7FDC. Grayscale: #8E8E8E. Windows color (decimal): -2981853 or 2326738. OLE color: 2326738.
HSL color Cylindrical-coordinate representation of color #D28023: hue angle of 31.89º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D28023 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 35 | - |
| CMYK | 0 | 0.39 | 0.83 | 0.18 |
| HSL | 31.89º | 0.71% | 0.48% | - |
| HSV(B) | 31.89º | 0.83% | 0.82% | - |
| XYZ | 34.6 | 29.26 | 5.41 | - |
| YUV | 141.92 | 67.67 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 35 | 0 | 0.39 | 0.83 | 0.18 | 31.89 | 0.71 | 0.48 |
| Hex | D2 | 80 | 23 | 0 | 27 | 53 | 12 | 20 | 47 | 30 |
| Octal | 322 | 200 | 43 | 0 | 47 | 123 | 22 | 40 | 107 | 60 |
| Binary | 11010010 | 10000000 | 100011 | 0 | 100111 | 1010011 | 10010 | 100000 | 1000111 | 110000 |
Color Harmonies of #D28023
Complementary color
Monochromatic Colors of #D28023
Black with #D28023
Text Example
Text Example
White with #D28023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28023; }
p { color: rgb(210,128,35); }
H1.HeaderClassName
{
color: #D28023;
}
.AnyTagClassName
{
color: #D28023;
}
</style>
background-color css
<style>
a { background-color: #D28023; }
a { background-color: rgb(210,128,35); }
div.DivClassName
{
background-color: #D28023;
}
.BgClassName
{
background-color: #D28023;
}
</style>
border-color css
<style>
span { border-color: #D28023; }
span { border-color: rgb(210,128,35); }
td.TdClassName
{
border-color: #D28023;
}
.TagClassName
{
border-color: #D28023;
}
</style>