Shades of Ochre #D38815
Tints of Ochre #D38815
RGB
CMYK
RGB Variations
Color information
#D38815 (or 0xD38815) is known color: Ochre. HEX triplet: D3, 88 and 15. RGB value is (211,136,21). Sum of RGB (Red+Green+Blue) = 211+136+21=368 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.34% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 21 (8.59% from 255 or 5.71% from 368); Max value from RGB is 211 - color contains mainly: red. Hex color #D38815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D38815 is #2C77EA. Grayscale: #919191. Windows color (decimal): -2914283 or 1411283. OLE color: 1411283.
HSL color Cylindrical-coordinate representation of color #D38815: hue angle of 36.32º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D38815 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 136 | 21 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.17 |
| HSL | 36.32º | 0.82% | 0.45% | - |
| HSV(B) | 36.32º | 0.9% | 0.83% | - |
| XYZ | 35.8 | 31.51 | 4.9 | - |
| YUV | 145.32 | 57.85 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 136 | 21 | 0 | 0.36 | 0.90 | 0.17 | 36.32 | 0.82 | 0.45 |
| Hex | D3 | 88 | 15 | 0 | 24 | 5A | 11 | 24 | 52 | 2D |
| Octal | 323 | 210 | 25 | 0 | 44 | 132 | 21 | 44 | 122 | 55 |
| Binary | 11010011 | 10001000 | 10101 | 0 | 100100 | 1011010 | 10001 | 100100 | 1010010 | 101101 |
Color Harmonies of #D38815
Complementary color
Monochromatic Colors of #D38815
Black with #D38815
Text Example
Text Example
White with #D38815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D38815; }
p { color: rgb(211,136,21); }
H1.HeaderClassName
{
color: #D38815;
}
.AnyTagClassName
{
color: #D38815;
}
</style>
background-color css
<style>
a { background-color: #D38815; }
a { background-color: rgb(211,136,21); }
div.DivClassName
{
background-color: #D38815;
}
.BgClassName
{
background-color: #D38815;
}
</style>
border-color css
<style>
span { border-color: #D38815; }
span { border-color: rgb(211,136,21); }
td.TdClassName
{
border-color: #D38815;
}
.TagClassName
{
border-color: #D38815;
}
</style>