Shades of Ochre #D3851D
Tints of Ochre #D3851D
RGB
CMYK
RGB Variations
Color information
#D3851D (or 0xD3851D) is known color: Ochre. HEX triplet: D3, 85 and 1D. RGB value is (211,133,29). Sum of RGB (Red+Green+Blue) = 211+133+29=373 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.57% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 29 (11.72% from 255 or 7.77% from 373); Max value from RGB is 211 - color contains mainly: red. Hex color #D3851D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3851D is #2C7AE2. Grayscale: #909090. Windows color (decimal): -2915043 or 1934803. OLE color: 1934803.
HSL color Cylindrical-coordinate representation of color #D3851D: hue angle of 34.29º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D3851D is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 133 | 29 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.17 |
| HSL | 34.29º | 0.76% | 0.47% | - |
| HSV(B) | 34.29º | 0.86% | 0.83% | - |
| XYZ | 35.47 | 30.71 | 5.22 | - |
| YUV | 144.47 | 62.84 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 133 | 29 | 0 | 0.37 | 0.86 | 0.17 | 34.29 | 0.76 | 0.47 |
| Hex | D3 | 85 | 1D | 0 | 25 | 56 | 11 | 22 | 4C | 2F |
| Octal | 323 | 205 | 35 | 0 | 45 | 126 | 21 | 42 | 114 | 57 |
| Binary | 11010011 | 10000101 | 11101 | 0 | 100101 | 1010110 | 10001 | 100010 | 1001100 | 101111 |
Color Harmonies of #D3851D
Complementary color
Monochromatic Colors of #D3851D
Black with #D3851D
Text Example
Text Example
White with #D3851D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3851D; }
p { color: rgb(211,133,29); }
H1.HeaderClassName
{
color: #D3851D;
}
.AnyTagClassName
{
color: #D3851D;
}
</style>
background-color css
<style>
a { background-color: #D3851D; }
a { background-color: rgb(211,133,29); }
div.DivClassName
{
background-color: #D3851D;
}
.BgClassName
{
background-color: #D3851D;
}
</style>
border-color css
<style>
span { border-color: #D3851D; }
span { border-color: rgb(211,133,29); }
td.TdClassName
{
border-color: #D3851D;
}
.TagClassName
{
border-color: #D3851D;
}
</style>