Shades of Ochre #D47817
Tints of Ochre #D47817
RGB
CMYK
RGB Variations
Color information
#D47817 (or 0xD47817) is known color: Ochre. HEX triplet: D4, 78 and 17. RGB value is (212,120,23). Sum of RGB (Red+Green+Blue) = 212+120+23=355 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.72% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 23 (9.38% from 255 or 6.48% from 355); Max value from RGB is 212 - color contains mainly: red. Hex color #D47817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D47817 is #2B87E8. Grayscale: #888888. Windows color (decimal): -2852841 or 1538260. OLE color: 1538260.
HSL color Cylindrical-coordinate representation of color #D47817: hue angle of 30.79º 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 #D47817 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 120 | 23 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.17 |
| HSL | 30.79º | 0.8% | 0.46% | - |
| HSV(B) | 30.79º | 0.89% | 0.83% | - |
| XYZ | 34.02 | 27.49 | 4.32 | - |
| YUV | 136.45 | 63.98 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 120 | 23 | 0 | 0.43 | 0.89 | 0.17 | 30.79 | 0.8 | 0.46 |
| Hex | D4 | 78 | 17 | 0 | 2B | 59 | 11 | 1F | 50 | 2E |
| Octal | 324 | 170 | 27 | 0 | 53 | 131 | 21 | 37 | 120 | 56 |
| Binary | 11010100 | 1111000 | 10111 | 0 | 101011 | 1011001 | 10001 | 11111 | 1010000 | 101110 |
Color Harmonies of #D47817
Complementary color
Monochromatic Colors of #D47817
Black with #D47817
Text Example
Text Example
White with #D47817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47817; }
p { color: rgb(212,120,23); }
H1.HeaderClassName
{
color: #D47817;
}
.AnyTagClassName
{
color: #D47817;
}
</style>
background-color css
<style>
a { background-color: #D47817; }
a { background-color: rgb(212,120,23); }
div.DivClassName
{
background-color: #D47817;
}
.BgClassName
{
background-color: #D47817;
}
</style>
border-color css
<style>
span { border-color: #D47817; }
span { border-color: rgb(212,120,23); }
td.TdClassName
{
border-color: #D47817;
}
.TagClassName
{
border-color: #D47817;
}
</style>