Shades of Ochre #D3811C
Tints of Ochre #D3811C
RGB
CMYK
RGB Variations
Color information
#D3811C (or 0xD3811C) is known color: Ochre. HEX triplet: D3, 81 and 1C. RGB value is (211,129,28). Sum of RGB (Red+Green+Blue) = 211+129+28=368 (48% of max value = 765). Red value is 211 (82.81% from 255 or 57.34% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 28 (11.33% from 255 or 7.61% from 368); Max value from RGB is 211 - color contains mainly: red. Hex color #D3811C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3811C is #2C7EE3. Grayscale: #8E8E8E. Windows color (decimal): -2916068 or 1868243. OLE color: 1868243.
HSL color Cylindrical-coordinate representation of color #D3811C: hue angle of 33.11º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D3811C is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 129 | 28 | - |
| CMYK | 0 | 0.39 | 0.87 | 0.17 |
| HSL | 33.11º | 0.77% | 0.47% | - |
| HSV(B) | 33.11º | 0.87% | 0.83% | - |
| XYZ | 34.92 | 29.63 | 4.98 | - |
| YUV | 142 | 63.67 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 129 | 28 | 0 | 0.39 | 0.87 | 0.17 | 33.11 | 0.77 | 0.47 |
| Hex | D3 | 81 | 1C | 0 | 27 | 57 | 11 | 21 | 4D | 2F |
| Octal | 323 | 201 | 34 | 0 | 47 | 127 | 21 | 41 | 115 | 57 |
| Binary | 11010011 | 10000001 | 11100 | 0 | 100111 | 1010111 | 10001 | 100001 | 1001101 | 101111 |
Color Harmonies of #D3811C
Complementary color
Monochromatic Colors of #D3811C
Black with #D3811C
Text Example
Text Example
White with #D3811C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3811C; }
p { color: rgb(211,129,28); }
H1.HeaderClassName
{
color: #D3811C;
}
.AnyTagClassName
{
color: #D3811C;
}
</style>
background-color css
<style>
a { background-color: #D3811C; }
a { background-color: rgb(211,129,28); }
div.DivClassName
{
background-color: #D3811C;
}
.BgClassName
{
background-color: #D3811C;
}
</style>
border-color css
<style>
span { border-color: #D3811C; }
span { border-color: rgb(211,129,28); }
td.TdClassName
{
border-color: #D3811C;
}
.TagClassName
{
border-color: #D3811C;
}
</style>