Shades of Ochre #D17527
Tints of Ochre #D17527
RGB
CMYK
RGB Variations
Color information
#D17527 (or 0xD17527) is known color: Ochre. HEX triplet: D1, 75 and 27. RGB value is (209,117,39). Sum of RGB (Red+Green+Blue) = 209+117+39=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 39 (15.62% from 255 or 10.68% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D17527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D17527 is #2E8AD8. Grayscale: #888888. Windows color (decimal): -3050201 or 2586065. OLE color: 2586065.
HSL color Cylindrical-coordinate representation of color #D17527: hue angle of 27.53º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D17527 is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 117 | 39 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.18 |
| HSL | 27.53º | 0.69% | 0.49% | - |
| HSV(B) | 27.53º | 0.81% | 0.82% | - |
| XYZ | 33.02 | 26.42 | 5.28 | - |
| YUV | 135.62 | 73.48 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 117 | 39 | 0 | 0.44 | 0.81 | 0.18 | 27.53 | 0.69 | 0.49 |
| Hex | D1 | 75 | 27 | 0 | 2C | 51 | 12 | 1C | 45 | 31 |
| Octal | 321 | 165 | 47 | 0 | 54 | 121 | 22 | 34 | 105 | 61 |
| Binary | 11010001 | 1110101 | 100111 | 0 | 101100 | 1010001 | 10010 | 11100 | 1000101 | 110001 |
Color Harmonies of #D17527
Complementary color
Monochromatic Colors of #D17527
Black with #D17527
Text Example
Text Example
White with #D17527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D17527; }
p { color: rgb(209,117,39); }
H1.HeaderClassName
{
color: #D17527;
}
.AnyTagClassName
{
color: #D17527;
}
</style>
background-color css
<style>
a { background-color: #D17527; }
a { background-color: rgb(209,117,39); }
div.DivClassName
{
background-color: #D17527;
}
.BgClassName
{
background-color: #D17527;
}
</style>
border-color css
<style>
span { border-color: #D17527; }
span { border-color: rgb(209,117,39); }
td.TdClassName
{
border-color: #D17527;
}
.TagClassName
{
border-color: #D17527;
}
</style>