Shades of Ochre #D38516
Tints of Ochre #D38516
RGB
CMYK
RGB Variations
Color information
#D38516 (or 0xD38516) is known color: Ochre. HEX triplet: D3, 85 and 16. RGB value is (211,133,22). Sum of RGB (Red+Green+Blue) = 211+133+22=366 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.65% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 22 (8.98% from 255 or 6.01% from 366); Max value from RGB is 211 - color contains mainly: red. Hex color #D38516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38516 is #2C7AE9. Grayscale: #909090. Windows color (decimal): -2915050 or 1476051. OLE color: 1476051.
HSL color Cylindrical-coordinate representation of color #D38516: hue angle of 35.24º 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 #D38516 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 133 | 22 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.17 |
| HSL | 35.24º | 0.81% | 0.46% | - |
| HSV(B) | 35.24º | 0.9% | 0.83% | - |
| XYZ | 35.4 | 30.68 | 4.82 | - |
| YUV | 143.67 | 59.34 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 133 | 22 | 0 | 0.37 | 0.90 | 0.17 | 35.24 | 0.81 | 0.46 |
| Hex | D3 | 85 | 16 | 0 | 25 | 5A | 11 | 23 | 51 | 2E |
| Octal | 323 | 205 | 26 | 0 | 45 | 132 | 21 | 43 | 121 | 56 |
| Binary | 11010011 | 10000101 | 10110 | 0 | 100101 | 1011010 | 10001 | 100011 | 1010001 | 101110 |
Color Harmonies of #D38516
Complementary color
Monochromatic Colors of #D38516
Black with #D38516
Text Example
Text Example
White with #D38516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38516; }
p { color: rgb(211,133,22); }
H1.HeaderClassName
{
color: #D38516;
}
.AnyTagClassName
{
color: #D38516;
}
</style>
background-color css
<style>
a { background-color: #D38516; }
a { background-color: rgb(211,133,22); }
div.DivClassName
{
background-color: #D38516;
}
.BgClassName
{
background-color: #D38516;
}
</style>
border-color css
<style>
span { border-color: #D38516; }
span { border-color: rgb(211,133,22); }
td.TdClassName
{
border-color: #D38516;
}
.TagClassName
{
border-color: #D38516;
}
</style>