Shades of Ochre #D47917
Tints of Ochre #D47917
RGB
CMYK
RGB Variations
Color information
#D47917 (or 0xD47917) is known color: Ochre. HEX triplet: D4, 79 and 17. RGB value is (212,121,23). Sum of RGB (Red+Green+Blue) = 212+121+23=356 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.55% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 23 (9.38% from 255 or 6.46% from 356); Max value from RGB is 212 - color contains mainly: red. Hex color #D47917 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47917 is #2B86E8. Grayscale: #898989. Windows color (decimal): -2852585 or 1538516. OLE color: 1538516.
HSL color Cylindrical-coordinate representation of color #D47917: hue angle of 31.11º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D47917 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 121 | 23 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.17 |
| HSL | 31.11º | 0.8% | 0.46% | - |
| HSV(B) | 31.11º | 0.89% | 0.83% | - |
| XYZ | 34.14 | 27.73 | 4.36 | - |
| YUV | 137.04 | 63.65 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 121 | 23 | 0 | 0.43 | 0.89 | 0.17 | 31.11 | 0.8 | 0.46 |
| Hex | D4 | 79 | 17 | 0 | 2B | 59 | 11 | 1F | 50 | 2E |
| Octal | 324 | 171 | 27 | 0 | 53 | 131 | 21 | 37 | 120 | 56 |
| Binary | 11010100 | 1111001 | 10111 | 0 | 101011 | 1011001 | 10001 | 11111 | 1010000 | 101110 |
Color Harmonies of #D47917
Complementary color
Monochromatic Colors of #D47917
Black with #D47917
Text Example
Text Example
White with #D47917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47917; }
p { color: rgb(212,121,23); }
H1.HeaderClassName
{
color: #D47917;
}
.AnyTagClassName
{
color: #D47917;
}
</style>
background-color css
<style>
a { background-color: #D47917; }
a { background-color: rgb(212,121,23); }
div.DivClassName
{
background-color: #D47917;
}
.BgClassName
{
background-color: #D47917;
}
</style>
border-color css
<style>
span { border-color: #D47917; }
span { border-color: rgb(212,121,23); }
td.TdClassName
{
border-color: #D47917;
}
.TagClassName
{
border-color: #D47917;
}
</style>