Shades of Ochre #D28321
Tints of Ochre #D28321
RGB
CMYK
RGB Variations
Color information
#D28321 (or 0xD28321) is known color: Ochre. HEX triplet: D2, 83 and 21. RGB value is (210,131,33). Sum of RGB (Red+Green+Blue) = 210+131+33=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 33 (13.28% from 255 or 8.82% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D28321 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28321 is #2D7CDE. Grayscale: #8F8F8F. Windows color (decimal): -2981087 or 2196434. OLE color: 2196434.
HSL color Cylindrical-coordinate representation of color #D28321: hue angle of 33.22º degrees, saturation: 0.73, 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 #D28321 is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 131 | 33 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.18 |
| HSL | 33.22º | 0.73% | 0.48% | - |
| HSV(B) | 33.22º | 0.84% | 0.82% | - |
| XYZ | 34.97 | 30.04 | 5.39 | - |
| YUV | 143.45 | 65.67 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 131 | 33 | 0 | 0.38 | 0.84 | 0.18 | 33.22 | 0.73 | 0.48 |
| Hex | D2 | 83 | 21 | 0 | 26 | 54 | 12 | 21 | 49 | 30 |
| Octal | 322 | 203 | 41 | 0 | 46 | 124 | 22 | 41 | 111 | 60 |
| Binary | 11010010 | 10000011 | 100001 | 0 | 100110 | 1010100 | 10010 | 100001 | 1001001 | 110000 |
Color Harmonies of #D28321
Complementary color
Monochromatic Colors of #D28321
Black with #D28321
Text Example
Text Example
White with #D28321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28321; }
p { color: rgb(210,131,33); }
H1.HeaderClassName
{
color: #D28321;
}
.AnyTagClassName
{
color: #D28321;
}
</style>
background-color css
<style>
a { background-color: #D28321; }
a { background-color: rgb(210,131,33); }
div.DivClassName
{
background-color: #D28321;
}
.BgClassName
{
background-color: #D28321;
}
</style>
border-color css
<style>
span { border-color: #D28321; }
span { border-color: rgb(210,131,33); }
td.TdClassName
{
border-color: #D28321;
}
.TagClassName
{
border-color: #D28321;
}
</style>