Shades of Ochre #D08221
Tints of Ochre #D08221
RGB
CMYK
RGB Variations
Color information
#D08221 (or 0xD08221) is known color: Ochre. HEX triplet: D0, 82 and 21. RGB value is (208,130,33). Sum of RGB (Red+Green+Blue) = 208+130+33=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 33 (13.28% from 255 or 8.89% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D08221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08221 is #2F7DDE. Grayscale: #8E8E8E. Windows color (decimal): -3112415 or 2196176. OLE color: 2196176.
HSL color Cylindrical-coordinate representation of color #D08221: hue angle of 33.26º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D08221 is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 130 | 33 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.18 |
| HSL | 33.26º | 0.73% | 0.47% | - |
| HSV(B) | 33.26º | 0.84% | 0.82% | - |
| XYZ | 34.27 | 29.48 | 5.32 | - |
| YUV | 142.26 | 66.34 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 130 | 33 | 0 | 0.38 | 0.84 | 0.18 | 33.26 | 0.73 | 0.47 |
| Hex | D0 | 82 | 21 | 0 | 26 | 54 | 12 | 21 | 49 | 2F |
| Octal | 320 | 202 | 41 | 0 | 46 | 124 | 22 | 41 | 111 | 57 |
| Binary | 11010000 | 10000010 | 100001 | 0 | 100110 | 1010100 | 10010 | 100001 | 1001001 | 101111 |
Color Harmonies of #D08221
Complementary color
Monochromatic Colors of #D08221
Black with #D08221
Text Example
Text Example
White with #D08221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08221; }
p { color: rgb(208,130,33); }
H1.HeaderClassName
{
color: #D08221;
}
.AnyTagClassName
{
color: #D08221;
}
</style>
background-color css
<style>
a { background-color: #D08221; }
a { background-color: rgb(208,130,33); }
div.DivClassName
{
background-color: #D08221;
}
.BgClassName
{
background-color: #D08221;
}
</style>
border-color css
<style>
span { border-color: #D08221; }
span { border-color: rgb(208,130,33); }
td.TdClassName
{
border-color: #D08221;
}
.TagClassName
{
border-color: #D08221;
}
</style>