Shades of Ochre #D2851F
Tints of Ochre #D2851F
RGB
CMYK
RGB Variations
Color information
#D2851F (or 0xD2851F) is known color: Ochre. HEX triplet: D2, 85 and 1F. RGB value is (210,133,31). Sum of RGB (Red+Green+Blue) = 210+133+31=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 31 (12.5% from 255 or 8.29% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D2851F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2851F is #2D7AE0. Grayscale: #909090. Windows color (decimal): -2980577 or 2065874. OLE color: 2065874.
HSL color Cylindrical-coordinate representation of color #D2851F: hue angle of 34.19º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D2851F is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 31 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.18 |
| HSL | 34.19º | 0.74% | 0.47% | - |
| HSV(B) | 34.19º | 0.85% | 0.82% | - |
| XYZ | 35.21 | 30.58 | 5.34 | - |
| YUV | 144.4 | 64.01 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 31 | 0 | 0.37 | 0.85 | 0.18 | 34.19 | 0.74 | 0.47 |
| Hex | D2 | 85 | 1F | 0 | 25 | 55 | 12 | 22 | 4A | 2F |
| Octal | 322 | 205 | 37 | 0 | 45 | 125 | 22 | 42 | 112 | 57 |
| Binary | 11010010 | 10000101 | 11111 | 0 | 100101 | 1010101 | 10010 | 100010 | 1001010 | 101111 |
Color Harmonies of #D2851F
Complementary color
Monochromatic Colors of #D2851F
Black with #D2851F
Text Example
Text Example
White with #D2851F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2851F; }
p { color: rgb(210,133,31); }
H1.HeaderClassName
{
color: #D2851F;
}
.AnyTagClassName
{
color: #D2851F;
}
</style>
background-color css
<style>
a { background-color: #D2851F; }
a { background-color: rgb(210,133,31); }
div.DivClassName
{
background-color: #D2851F;
}
.BgClassName
{
background-color: #D2851F;
}
</style>
border-color css
<style>
span { border-color: #D2851F; }
span { border-color: rgb(210,133,31); }
td.TdClassName
{
border-color: #D2851F;
}
.TagClassName
{
border-color: #D2851F;
}
</style>