Shades of Ochre #D17D25
Tints of Ochre #D17D25
RGB
CMYK
RGB Variations
Color information
#D17D25 (or 0xD17D25) is known color: Ochre. HEX triplet: D1, 7D and 25. RGB value is (209,125,37). Sum of RGB (Red+Green+Blue) = 209+125+37=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 37 (14.84% from 255 or 9.97% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D17D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17D25 is #2E82DA. Grayscale: #8C8C8C. Windows color (decimal): -3048155 or 2457041. OLE color: 2457041.
HSL color Cylindrical-coordinate representation of color #D17D25: hue angle of 30.7º 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 #D17D25 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 125 | 37 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.18 |
| HSL | 30.7º | 0.7% | 0.48% | - |
| HSV(B) | 30.7º | 0.82% | 0.82% | - |
| XYZ | 33.96 | 28.36 | 5.43 | - |
| YUV | 140.08 | 69.83 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 125 | 37 | 0 | 0.40 | 0.82 | 0.18 | 30.7 | 0.7 | 0.48 |
| Hex | D1 | 7D | 25 | 0 | 28 | 52 | 12 | 1F | 46 | 30 |
| Octal | 321 | 175 | 45 | 0 | 50 | 122 | 22 | 37 | 106 | 60 |
| Binary | 11010001 | 1111101 | 100101 | 0 | 101000 | 1010010 | 10010 | 11111 | 1000110 | 110000 |
Color Harmonies of #D17D25
Complementary color
Monochromatic Colors of #D17D25
Black with #D17D25
Text Example
Text Example
White with #D17D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17D25; }
p { color: rgb(209,125,37); }
H1.HeaderClassName
{
color: #D17D25;
}
.AnyTagClassName
{
color: #D17D25;
}
</style>
background-color css
<style>
a { background-color: #D17D25; }
a { background-color: rgb(209,125,37); }
div.DivClassName
{
background-color: #D17D25;
}
.BgClassName
{
background-color: #D17D25;
}
</style>
border-color css
<style>
span { border-color: #D17D25; }
span { border-color: rgb(209,125,37); }
td.TdClassName
{
border-color: #D17D25;
}
.TagClassName
{
border-color: #D17D25;
}
</style>