Shades of Ochre #D2841F
Tints of Ochre #D2841F
RGB
CMYK
RGB Variations
Color information
#D2841F (or 0xD2841F) is known color: Ochre. HEX triplet: D2, 84 and 1F. RGB value is (210,132,31). Sum of RGB (Red+Green+Blue) = 210+132+31=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 31 (12.5% from 255 or 8.31% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D2841F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2841F is #2D7BE0. Grayscale: #909090. Windows color (decimal): -2980833 or 2065618. OLE color: 2065618.
HSL color Cylindrical-coordinate representation of color #D2841F: hue angle of 33.85º 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 #D2841F is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 132 | 31 | - |
| CMYK | 0 | 0.37 | 0.85 | 0.18 |
| HSL | 33.85º | 0.74% | 0.47% | - |
| HSV(B) | 33.85º | 0.85% | 0.82% | - |
| XYZ | 35.08 | 30.3 | 5.3 | - |
| YUV | 143.81 | 64.34 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 31 | 0 | 0.37 | 0.85 | 0.18 | 33.85 | 0.74 | 0.47 |
| Hex | D2 | 84 | 1F | 0 | 25 | 55 | 12 | 22 | 4A | 2F |
| Octal | 322 | 204 | 37 | 0 | 45 | 125 | 22 | 42 | 112 | 57 |
| Binary | 11010010 | 10000100 | 11111 | 0 | 100101 | 1010101 | 10010 | 100010 | 1001010 | 101111 |
Color Harmonies of #D2841F
Complementary color
Monochromatic Colors of #D2841F
Black with #D2841F
Text Example
Text Example
White with #D2841F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2841F; }
p { color: rgb(210,132,31); }
H1.HeaderClassName
{
color: #D2841F;
}
.AnyTagClassName
{
color: #D2841F;
}
</style>
background-color css
<style>
a { background-color: #D2841F; }
a { background-color: rgb(210,132,31); }
div.DivClassName
{
background-color: #D2841F;
}
.BgClassName
{
background-color: #D2841F;
}
</style>
border-color css
<style>
span { border-color: #D2841F; }
span { border-color: rgb(210,132,31); }
td.TdClassName
{
border-color: #D2841F;
}
.TagClassName
{
border-color: #D2841F;
}
</style>