Shades of Ochre #D2861B
Tints of Ochre #D2861B
RGB
CMYK
RGB Variations
Color information
#D2861B (or 0xD2861B) is known color: Ochre. HEX triplet: D2, 86 and 1B. RGB value is (210,134,27). Sum of RGB (Red+Green+Blue) = 210+134+27=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 27 (10.94% from 255 or 7.28% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D2861B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2861B is #2D79E4. Grayscale: #919191. Windows color (decimal): -2980325 or 1803986. OLE color: 1803986.
HSL color Cylindrical-coordinate representation of color #D2861B: hue angle of 35.08º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2861B is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 134 | 27 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.18 |
| HSL | 35.08º | 0.77% | 0.46% | - |
| HSV(B) | 35.08º | 0.87% | 0.82% | - |
| XYZ | 35.3 | 30.83 | 5.13 | - |
| YUV | 144.53 | 61.68 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 134 | 27 | 0 | 0.36 | 0.87 | 0.18 | 35.08 | 0.77 | 0.46 |
| Hex | D2 | 86 | 1B | 0 | 24 | 57 | 12 | 23 | 4D | 2E |
| Octal | 322 | 206 | 33 | 0 | 44 | 127 | 22 | 43 | 115 | 56 |
| Binary | 11010010 | 10000110 | 11011 | 0 | 100100 | 1010111 | 10010 | 100011 | 1001101 | 101110 |
Color Harmonies of #D2861B
Complementary color
Monochromatic Colors of #D2861B
Black with #D2861B
Text Example
Text Example
White with #D2861B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2861B; }
p { color: rgb(210,134,27); }
H1.HeaderClassName
{
color: #D2861B;
}
.AnyTagClassName
{
color: #D2861B;
}
</style>
background-color css
<style>
a { background-color: #D2861B; }
a { background-color: rgb(210,134,27); }
div.DivClassName
{
background-color: #D2861B;
}
.BgClassName
{
background-color: #D2861B;
}
</style>
border-color css
<style>
span { border-color: #D2861B; }
span { border-color: rgb(210,134,27); }
td.TdClassName
{
border-color: #D2861B;
}
.TagClassName
{
border-color: #D2861B;
}
</style>