Shades of Ochre #D08122
Tints of Ochre #D08122
RGB
CMYK
RGB Variations
Color information
#D08122 (or 0xD08122) is known color: Ochre. HEX triplet: D0, 81 and 22. RGB value is (208,129,34). Sum of RGB (Red+Green+Blue) = 208+129+34=371 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.06% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 34 (13.67% from 255 or 9.16% from 371); Max value from RGB is 208 - color contains mainly: red. Hex color #D08122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08122 is #2F7EDD. Grayscale: #8E8E8E. Windows color (decimal): -3112670 or 2261456. OLE color: 2261456.
HSL color Cylindrical-coordinate representation of color #D08122: hue angle of 32.76º degrees, saturation: 0.72, 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 #D08122 is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 129 | 34 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.18 |
| HSL | 32.76º | 0.72% | 0.47% | - |
| HSV(B) | 32.76º | 0.84% | 0.82% | - |
| XYZ | 34.15 | 29.23 | 5.35 | - |
| YUV | 141.79 | 67.17 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 129 | 34 | 0 | 0.38 | 0.84 | 0.18 | 32.76 | 0.72 | 0.47 |
| Hex | D0 | 81 | 22 | 0 | 26 | 54 | 12 | 21 | 48 | 2F |
| Octal | 320 | 201 | 42 | 0 | 46 | 124 | 22 | 41 | 110 | 57 |
| Binary | 11010000 | 10000001 | 100010 | 0 | 100110 | 1010100 | 10010 | 100001 | 1001000 | 101111 |
Color Harmonies of #D08122
Complementary color
Monochromatic Colors of #D08122
Black with #D08122
Text Example
Text Example
White with #D08122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08122; }
p { color: rgb(208,129,34); }
H1.HeaderClassName
{
color: #D08122;
}
.AnyTagClassName
{
color: #D08122;
}
</style>
background-color css
<style>
a { background-color: #D08122; }
a { background-color: rgb(208,129,34); }
div.DivClassName
{
background-color: #D08122;
}
.BgClassName
{
background-color: #D08122;
}
</style>
border-color css
<style>
span { border-color: #D08122; }
span { border-color: rgb(208,129,34); }
td.TdClassName
{
border-color: #D08122;
}
.TagClassName
{
border-color: #D08122;
}
</style>