Shades of Ochre #D48416
Tints of Ochre #D48416
RGB
CMYK
RGB Variations
Color information
#D48416 (or 0xD48416) is known color: Ochre. HEX triplet: D4, 84 and 16. RGB value is (212,132,22). Sum of RGB (Red+Green+Blue) = 212+132+22=366 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.92% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 22 (8.98% from 255 or 6.01% from 366); Max value from RGB is 212 - color contains mainly: red. Hex color #D48416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48416 is #2B7BE9. Grayscale: #8F8F8F. Windows color (decimal): -2849770 or 1475796. OLE color: 1475796.
HSL color Cylindrical-coordinate representation of color #D48416: hue angle of 34.74º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D48416 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 132 | 22 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.17 |
| HSL | 34.74º | 0.81% | 0.46% | - |
| HSV(B) | 34.74º | 0.9% | 0.83% | - |
| XYZ | 35.55 | 30.56 | 4.78 | - |
| YUV | 143.38 | 59.5 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 132 | 22 | 0 | 0.38 | 0.90 | 0.17 | 34.74 | 0.81 | 0.46 |
| Hex | D4 | 84 | 16 | 0 | 26 | 5A | 11 | 23 | 51 | 2E |
| Octal | 324 | 204 | 26 | 0 | 46 | 132 | 21 | 43 | 121 | 56 |
| Binary | 11010100 | 10000100 | 10110 | 0 | 100110 | 1011010 | 10001 | 100011 | 1010001 | 101110 |
Color Harmonies of #D48416
Complementary color
Monochromatic Colors of #D48416
Black with #D48416
Text Example
Text Example
White with #D48416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48416; }
p { color: rgb(212,132,22); }
H1.HeaderClassName
{
color: #D48416;
}
.AnyTagClassName
{
color: #D48416;
}
</style>
background-color css
<style>
a { background-color: #D48416; }
a { background-color: rgb(212,132,22); }
div.DivClassName
{
background-color: #D48416;
}
.BgClassName
{
background-color: #D48416;
}
</style>
border-color css
<style>
span { border-color: #D48416; }
span { border-color: rgb(212,132,22); }
td.TdClassName
{
border-color: #D48416;
}
.TagClassName
{
border-color: #D48416;
}
</style>