Shades of Ochre #D17A1D
Tints of Ochre #D17A1D
RGB
CMYK
RGB Variations
Color information
#D17A1D (or 0xD17A1D) is known color: Ochre. HEX triplet: D1, 7A and 1D. RGB value is (209,122,29). Sum of RGB (Red+Green+Blue) = 209+122+29=360 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.06% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 29 (11.72% from 255 or 8.06% from 360); Max value from RGB is 209 - color contains mainly: red. Hex color #D17A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17A1D is #2E85E2. Grayscale: #898989. Windows color (decimal): -3048931 or 1931985. OLE color: 1931985.
HSL color Cylindrical-coordinate representation of color #D17A1D: hue angle of 31º 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 #D17A1D is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 122 | 29 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.18 |
| HSL | 31º | 0.76% | 0.47% | - |
| HSV(B) | 31º | 0.86% | 0.82% | - |
| XYZ | 33.48 | 27.56 | 4.72 | - |
| YUV | 137.41 | 66.82 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 122 | 29 | 0 | 0.42 | 0.86 | 0.18 | 31 | 0.76 | 0.47 |
| Hex | D1 | 7A | 1D | 0 | 2A | 56 | 12 | 1F | 4C | 2F |
| Octal | 321 | 172 | 35 | 0 | 52 | 126 | 22 | 37 | 114 | 57 |
| Binary | 11010001 | 1111010 | 11101 | 0 | 101010 | 1010110 | 10010 | 11111 | 1001100 | 101111 |
Color Harmonies of #D17A1D
Complementary color
Monochromatic Colors of #D17A1D
Black with #D17A1D
Text Example
Text Example
White with #D17A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17A1D; }
p { color: rgb(209,122,29); }
H1.HeaderClassName
{
color: #D17A1D;
}
.AnyTagClassName
{
color: #D17A1D;
}
</style>
background-color css
<style>
a { background-color: #D17A1D; }
a { background-color: rgb(209,122,29); }
div.DivClassName
{
background-color: #D17A1D;
}
.BgClassName
{
background-color: #D17A1D;
}
</style>
border-color css
<style>
span { border-color: #D17A1D; }
span { border-color: rgb(209,122,29); }
td.TdClassName
{
border-color: #D17A1D;
}
.TagClassName
{
border-color: #D17A1D;
}
</style>