Shades of Ochre #D2841D
Tints of Ochre #D2841D
RGB
CMYK
RGB Variations
Color information
#D2841D (or 0xD2841D) is known color: Ochre. HEX triplet: D2, 84 and 1D. RGB value is (210,132,29). Sum of RGB (Red+Green+Blue) = 210+132+29=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D2841D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2841D is #2D7BE2. Grayscale: #909090. Windows color (decimal): -2980835 or 1934546. OLE color: 1934546.
HSL color Cylindrical-coordinate representation of color #D2841D: hue angle of 34.14º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D2841D is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 132 | 29 | - |
| CMYK | 0 | 0.37 | 0.86 | 0.18 |
| HSL | 34.14º | 0.76% | 0.47% | - |
| HSV(B) | 34.14º | 0.86% | 0.82% | - |
| XYZ | 35.05 | 30.29 | 5.16 | - |
| YUV | 143.58 | 63.34 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 29 | 0 | 0.37 | 0.86 | 0.18 | 34.14 | 0.76 | 0.47 |
| Hex | D2 | 84 | 1D | 0 | 25 | 56 | 12 | 22 | 4C | 2F |
| Octal | 322 | 204 | 35 | 0 | 45 | 126 | 22 | 42 | 114 | 57 |
| Binary | 11010010 | 10000100 | 11101 | 0 | 100101 | 1010110 | 10010 | 100010 | 1001100 | 101111 |
Color Harmonies of #D2841D
Complementary color
Monochromatic Colors of #D2841D
Black with #D2841D
Text Example
Text Example
White with #D2841D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2841D; }
p { color: rgb(210,132,29); }
H1.HeaderClassName
{
color: #D2841D;
}
.AnyTagClassName
{
color: #D2841D;
}
</style>
background-color css
<style>
a { background-color: #D2841D; }
a { background-color: rgb(210,132,29); }
div.DivClassName
{
background-color: #D2841D;
}
.BgClassName
{
background-color: #D2841D;
}
</style>
border-color css
<style>
span { border-color: #D2841D; }
span { border-color: rgb(210,132,29); }
td.TdClassName
{
border-color: #D2841D;
}
.TagClassName
{
border-color: #D2841D;
}
</style>