Shades of Ochre #D17A20
Tints of Ochre #D17A20
RGB
CMYK
RGB Variations
Color information
#D17A20 (or 0xD17A20) is known color: Ochre. HEX triplet: D1, 7A and 20. RGB value is (209,122,32). Sum of RGB (Red+Green+Blue) = 209+122+32=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 32 (12.89% from 255 or 8.82% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D17A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17A20 is #2E85DF. Grayscale: #8A8A8A. Windows color (decimal): -3048928 or 2128593. OLE color: 2128593.
HSL color Cylindrical-coordinate representation of color #D17A20: hue angle of 30.51º 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 #D17A20 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 122 | 32 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.18 |
| HSL | 30.51º | 0.73% | 0.47% | - |
| HSV(B) | 30.51º | 0.85% | 0.82% | - |
| XYZ | 33.51 | 27.58 | 4.92 | - |
| YUV | 137.75 | 68.32 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 122 | 32 | 0 | 0.42 | 0.85 | 0.18 | 30.51 | 0.73 | 0.47 |
| Hex | D1 | 7A | 20 | 0 | 2A | 55 | 12 | 1F | 49 | 2F |
| Octal | 321 | 172 | 40 | 0 | 52 | 125 | 22 | 37 | 111 | 57 |
| Binary | 11010001 | 1111010 | 100000 | 0 | 101010 | 1010101 | 10010 | 11111 | 1001001 | 101111 |
Color Harmonies of #D17A20
Complementary color
Monochromatic Colors of #D17A20
Black with #D17A20
Text Example
Text Example
White with #D17A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17A20; }
p { color: rgb(209,122,32); }
H1.HeaderClassName
{
color: #D17A20;
}
.AnyTagClassName
{
color: #D17A20;
}
</style>
background-color css
<style>
a { background-color: #D17A20; }
a { background-color: rgb(209,122,32); }
div.DivClassName
{
background-color: #D17A20;
}
.BgClassName
{
background-color: #D17A20;
}
</style>
border-color css
<style>
span { border-color: #D17A20; }
span { border-color: rgb(209,122,32); }
td.TdClassName
{
border-color: #D17A20;
}
.TagClassName
{
border-color: #D17A20;
}
</style>