Shades of Ochre #D17A1C
Tints of Ochre #D17A1C
RGB
CMYK
RGB Variations
Color information
#D17A1C (or 0xD17A1C) is known color: Ochre. HEX triplet: D1, 7A and 1C. RGB value is (209,122,28). Sum of RGB (Red+Green+Blue) = 209+122+28=359 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.22% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 28 (11.33% from 255 or 7.80% from 359); Max value from RGB is 209 - color contains mainly: red. Hex color #D17A1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17A1C is #2E85E3. Grayscale: #898989. Windows color (decimal): -3048932 or 1866449. OLE color: 1866449.
HSL color Cylindrical-coordinate representation of color #D17A1C: hue angle of 31.16º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D17A1C is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 122 | 28 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.18 |
| HSL | 31.16º | 0.76% | 0.46% | - |
| HSV(B) | 31.16º | 0.87% | 0.82% | - |
| XYZ | 33.46 | 27.56 | 4.65 | - |
| YUV | 137.3 | 66.32 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 122 | 28 | 0 | 0.42 | 0.87 | 0.18 | 31.16 | 0.76 | 0.46 |
| Hex | D1 | 7A | 1C | 0 | 2A | 57 | 12 | 1F | 4C | 2E |
| Octal | 321 | 172 | 34 | 0 | 52 | 127 | 22 | 37 | 114 | 56 |
| Binary | 11010001 | 1111010 | 11100 | 0 | 101010 | 1010111 | 10010 | 11111 | 1001100 | 101110 |
Color Harmonies of #D17A1C
Complementary color
Monochromatic Colors of #D17A1C
Black with #D17A1C
Text Example
Text Example
White with #D17A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17A1C; }
p { color: rgb(209,122,28); }
H1.HeaderClassName
{
color: #D17A1C;
}
.AnyTagClassName
{
color: #D17A1C;
}
</style>
background-color css
<style>
a { background-color: #D17A1C; }
a { background-color: rgb(209,122,28); }
div.DivClassName
{
background-color: #D17A1C;
}
.BgClassName
{
background-color: #D17A1C;
}
</style>
border-color css
<style>
span { border-color: #D17A1C; }
span { border-color: rgb(209,122,28); }
td.TdClassName
{
border-color: #D17A1C;
}
.TagClassName
{
border-color: #D17A1C;
}
</style>