Shades of Ochre #D17D1D
Tints of Ochre #D17D1D
RGB
CMYK
RGB Variations
Color information
#D17D1D (or 0xD17D1D) is known color: Ochre. HEX triplet: D1, 7D and 1D. RGB value is (209,125,29). Sum of RGB (Red+Green+Blue) = 209+125+29=363 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.58% from 363); Green value is 125 (49.22% from 255 or 34.44% from 363); Blue value is 29 (11.72% from 255 or 7.99% from 363); Max value from RGB is 209 - color contains mainly: red. Hex color #D17D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17D1D is #2E82E2. Grayscale: #8B8B8B. Windows color (decimal): -3048163 or 1932753. OLE color: 1932753.
HSL color Cylindrical-coordinate representation of color #D17D1D: hue angle of 32º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D17D1D is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 125 | 29 | - |
| CMYK | 0 | 0.40 | 0.86 | 0.18 |
| HSL | 32º | 0.76% | 0.47% | - |
| HSV(B) | 32º | 0.86% | 0.82% | - |
| XYZ | 33.85 | 28.31 | 4.84 | - |
| YUV | 139.17 | 65.83 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 125 | 29 | 0 | 0.40 | 0.86 | 0.18 | 32 | 0.76 | 0.47 |
| Hex | D1 | 7D | 1D | 0 | 28 | 56 | 12 | 20 | 4C | 2F |
| Octal | 321 | 175 | 35 | 0 | 50 | 126 | 22 | 40 | 114 | 57 |
| Binary | 11010001 | 1111101 | 11101 | 0 | 101000 | 1010110 | 10010 | 100000 | 1001100 | 101111 |
Color Harmonies of #D17D1D
Complementary color
Monochromatic Colors of #D17D1D
Black with #D17D1D
Text Example
Text Example
White with #D17D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17D1D; }
p { color: rgb(209,125,29); }
H1.HeaderClassName
{
color: #D17D1D;
}
.AnyTagClassName
{
color: #D17D1D;
}
</style>
background-color css
<style>
a { background-color: #D17D1D; }
a { background-color: rgb(209,125,29); }
div.DivClassName
{
background-color: #D17D1D;
}
.BgClassName
{
background-color: #D17D1D;
}
</style>
border-color css
<style>
span { border-color: #D17D1D; }
span { border-color: rgb(209,125,29); }
td.TdClassName
{
border-color: #D17D1D;
}
.TagClassName
{
border-color: #D17D1D;
}
</style>