Shades of Ochre #D17A25
Tints of Ochre #D17A25
RGB
CMYK
RGB Variations
Color information
#D17A25 (or 0xD17A25) is known color: Ochre. HEX triplet: D1, 7A and 25. RGB value is (209,122,37). Sum of RGB (Red+Green+Blue) = 209+122+37=368 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.79% from 368); Green value is 122 (48.05% from 255 or 33.15% from 368); Blue value is 37 (14.84% from 255 or 10.05% from 368); Max value from RGB is 209 - color contains mainly: red. Hex color #D17A25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17A25 is #2E85DA. Grayscale: #8A8A8A. Windows color (decimal): -3048923 or 2456273. OLE color: 2456273.
HSL color Cylindrical-coordinate representation of color #D17A25: hue angle of 29.65º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D17A25 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 122 | 37 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.18 |
| HSL | 29.65º | 0.7% | 0.48% | - |
| HSV(B) | 29.65º | 0.82% | 0.82% | - |
| XYZ | 33.59 | 27.61 | 5.31 | - |
| YUV | 138.32 | 70.82 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 122 | 37 | 0 | 0.42 | 0.82 | 0.18 | 29.65 | 0.7 | 0.48 |
| Hex | D1 | 7A | 25 | 0 | 2A | 52 | 12 | 1E | 46 | 30 |
| Octal | 321 | 172 | 45 | 0 | 52 | 122 | 22 | 36 | 106 | 60 |
| Binary | 11010001 | 1111010 | 100101 | 0 | 101010 | 1010010 | 10010 | 11110 | 1000110 | 110000 |
Color Harmonies of #D17A25
Complementary color
Monochromatic Colors of #D17A25
Black with #D17A25
Text Example
Text Example
White with #D17A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17A25; }
p { color: rgb(209,122,37); }
H1.HeaderClassName
{
color: #D17A25;
}
.AnyTagClassName
{
color: #D17A25;
}
</style>
background-color css
<style>
a { background-color: #D17A25; }
a { background-color: rgb(209,122,37); }
div.DivClassName
{
background-color: #D17A25;
}
.BgClassName
{
background-color: #D17A25;
}
</style>
border-color css
<style>
span { border-color: #D17A25; }
span { border-color: rgb(209,122,37); }
td.TdClassName
{
border-color: #D17A25;
}
.TagClassName
{
border-color: #D17A25;
}
</style>