Shades of Ochre #D47526
Tints of Ochre #D47526
RGB
CMYK
RGB Variations
Color information
#D47526 (or 0xD47526) is known color: Ochre. HEX triplet: D4, 75 and 26. RGB value is (212,117,38). Sum of RGB (Red+Green+Blue) = 212+117+38=367 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.77% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 38 (15.23% from 255 or 10.35% from 367); Max value from RGB is 212 - color contains mainly: red. Hex color #D47526 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47526 is #2B8AD9. Grayscale: #888888. Windows color (decimal): -2853594 or 2520532. OLE color: 2520532.
HSL color Cylindrical-coordinate representation of color #D47526: hue angle of 27.24º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D47526 is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 117 | 38 | - |
| CMYK | 0 | 0.45 | 0.82 | 0.17 |
| HSL | 27.24º | 0.7% | 0.49% | - |
| HSV(B) | 27.24º | 0.82% | 0.83% | - |
| XYZ | 33.86 | 26.86 | 5.23 | - |
| YUV | 136.4 | 72.47 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 117 | 38 | 0 | 0.45 | 0.82 | 0.17 | 27.24 | 0.7 | 0.49 |
| Hex | D4 | 75 | 26 | 0 | 2D | 52 | 11 | 1B | 46 | 31 |
| Octal | 324 | 165 | 46 | 0 | 55 | 122 | 21 | 33 | 106 | 61 |
| Binary | 11010100 | 1110101 | 100110 | 0 | 101101 | 1010010 | 10001 | 11011 | 1000110 | 110001 |
Color Harmonies of #D47526
Complementary color
Monochromatic Colors of #D47526
Black with #D47526
Text Example
Text Example
White with #D47526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47526; }
p { color: rgb(212,117,38); }
H1.HeaderClassName
{
color: #D47526;
}
.AnyTagClassName
{
color: #D47526;
}
</style>
background-color css
<style>
a { background-color: #D47526; }
a { background-color: rgb(212,117,38); }
div.DivClassName
{
background-color: #D47526;
}
.BgClassName
{
background-color: #D47526;
}
</style>
border-color css
<style>
span { border-color: #D47526; }
span { border-color: rgb(212,117,38); }
td.TdClassName
{
border-color: #D47526;
}
.TagClassName
{
border-color: #D47526;
}
</style>