Shades of Ochre #D17D20
Tints of Ochre #D17D20
RGB
CMYK
RGB Variations
Color information
#D17D20 (or 0xD17D20) is known color: Ochre. HEX triplet: D1, 7D and 20. RGB value is (209,125,32). Sum of RGB (Red+Green+Blue) = 209+125+32=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 125 (49.22% from 255 or 34.15% from 366); Blue value is 32 (12.89% from 255 or 8.74% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D17D20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17D20 is #2E82DF. Grayscale: #8B8B8B. Windows color (decimal): -3048160 or 2129361. OLE color: 2129361.
HSL color Cylindrical-coordinate representation of color #D17D20: hue angle of 31.53º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D17D20 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 125 | 32 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.18 |
| HSL | 31.53º | 0.73% | 0.47% | - |
| HSV(B) | 31.53º | 0.85% | 0.82% | - |
| XYZ | 33.89 | 28.33 | 5.05 | - |
| YUV | 139.51 | 67.33 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 125 | 32 | 0 | 0.40 | 0.85 | 0.18 | 31.53 | 0.73 | 0.47 |
| Hex | D1 | 7D | 20 | 0 | 28 | 55 | 12 | 20 | 49 | 2F |
| Octal | 321 | 175 | 40 | 0 | 50 | 125 | 22 | 40 | 111 | 57 |
| Binary | 11010001 | 1111101 | 100000 | 0 | 101000 | 1010101 | 10010 | 100000 | 1001001 | 101111 |
Color Harmonies of #D17D20
Complementary color
Monochromatic Colors of #D17D20
Black with #D17D20
Text Example
Text Example
White with #D17D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17D20; }
p { color: rgb(209,125,32); }
H1.HeaderClassName
{
color: #D17D20;
}
.AnyTagClassName
{
color: #D17D20;
}
</style>
background-color css
<style>
a { background-color: #D17D20; }
a { background-color: rgb(209,125,32); }
div.DivClassName
{
background-color: #D17D20;
}
.BgClassName
{
background-color: #D17D20;
}
</style>
border-color css
<style>
span { border-color: #D17D20; }
span { border-color: rgb(209,125,32); }
td.TdClassName
{
border-color: #D17D20;
}
.TagClassName
{
border-color: #D17D20;
}
</style>