Shades of Ochre #D3871B
Tints of Ochre #D3871B
RGB
CMYK
RGB Variations
Color information
#D3871B (or 0xD3871B) is known color: Ochre. HEX triplet: D3, 87 and 1B. RGB value is (211,135,27). Sum of RGB (Red+Green+Blue) = 211+135+27=373 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.57% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 27 (10.94% from 255 or 7.24% from 373); Max value from RGB is 211 - color contains mainly: red. Hex color #D3871B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3871B is #2C78E4. Grayscale: #919191. Windows color (decimal): -2914533 or 1804243. OLE color: 1804243.
HSL color Cylindrical-coordinate representation of color #D3871B: hue angle of 35.22º 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 #D3871B is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 135 | 27 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.17 |
| HSL | 35.22º | 0.77% | 0.47% | - |
| HSV(B) | 35.22º | 0.87% | 0.83% | - |
| XYZ | 35.73 | 31.26 | 5.19 | - |
| YUV | 145.41 | 61.18 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 135 | 27 | 0 | 0.36 | 0.87 | 0.17 | 35.22 | 0.77 | 0.47 |
| Hex | D3 | 87 | 1B | 0 | 24 | 57 | 11 | 23 | 4D | 2F |
| Octal | 323 | 207 | 33 | 0 | 44 | 127 | 21 | 43 | 115 | 57 |
| Binary | 11010011 | 10000111 | 11011 | 0 | 100100 | 1010111 | 10001 | 100011 | 1001101 | 101111 |
Color Harmonies of #D3871B
Complementary color
Monochromatic Colors of #D3871B
Black with #D3871B
Text Example
Text Example
White with #D3871B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3871B; }
p { color: rgb(211,135,27); }
H1.HeaderClassName
{
color: #D3871B;
}
.AnyTagClassName
{
color: #D3871B;
}
</style>
background-color css
<style>
a { background-color: #D3871B; }
a { background-color: rgb(211,135,27); }
div.DivClassName
{
background-color: #D3871B;
}
.BgClassName
{
background-color: #D3871B;
}
</style>
border-color css
<style>
span { border-color: #D3871B; }
span { border-color: rgb(211,135,27); }
td.TdClassName
{
border-color: #D3871B;
}
.TagClassName
{
border-color: #D3871B;
}
</style>