Shades of Ochre #D17D21
Tints of Ochre #D17D21
RGB
CMYK
RGB Variations
Color information
#D17D21 (or 0xD17D21) is known color: Ochre. HEX triplet: D1, 7D and 21. RGB value is (209,125,33). Sum of RGB (Red+Green+Blue) = 209+125+33=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 33 (13.28% from 255 or 8.99% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D17D21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17D21 is #2E82DE. Grayscale: #8C8C8C. Windows color (decimal): -3048159 or 2194897. OLE color: 2194897.
HSL color Cylindrical-coordinate representation of color #D17D21: hue angle of 31.36º 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 #D17D21 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 125 | 33 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.18 |
| HSL | 31.36º | 0.73% | 0.47% | - |
| HSV(B) | 31.36º | 0.84% | 0.82% | - |
| XYZ | 33.9 | 28.33 | 5.12 | - |
| YUV | 139.63 | 67.83 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 125 | 33 | 0 | 0.40 | 0.84 | 0.18 | 31.36 | 0.73 | 0.47 |
| Hex | D1 | 7D | 21 | 0 | 28 | 54 | 12 | 1F | 49 | 2F |
| Octal | 321 | 175 | 41 | 0 | 50 | 124 | 22 | 37 | 111 | 57 |
| Binary | 11010001 | 1111101 | 100001 | 0 | 101000 | 1010100 | 10010 | 11111 | 1001001 | 101111 |
Color Harmonies of #D17D21
Complementary color
Monochromatic Colors of #D17D21
Black with #D17D21
Text Example
Text Example
White with #D17D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17D21; }
p { color: rgb(209,125,33); }
H1.HeaderClassName
{
color: #D17D21;
}
.AnyTagClassName
{
color: #D17D21;
}
</style>
background-color css
<style>
a { background-color: #D17D21; }
a { background-color: rgb(209,125,33); }
div.DivClassName
{
background-color: #D17D21;
}
.BgClassName
{
background-color: #D17D21;
}
</style>
border-color css
<style>
span { border-color: #D17D21; }
span { border-color: rgb(209,125,33); }
td.TdClassName
{
border-color: #D17D21;
}
.TagClassName
{
border-color: #D17D21;
}
</style>