Shades of Ochre #D2841C
Tints of Ochre #D2841C
RGB
CMYK
RGB Variations
Color information
#D2841C (or 0xD2841C) is known color: Ochre. HEX triplet: D2, 84 and 1C. RGB value is (210,132,28). Sum of RGB (Red+Green+Blue) = 210+132+28=370 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.76% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 28 (11.33% from 255 or 7.57% from 370); Max value from RGB is 210 - color contains mainly: red. Hex color #D2841C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2841C is #2D7BE3. Grayscale: #8F8F8F. Windows color (decimal): -2980836 or 1869010. OLE color: 1869010.
HSL color Cylindrical-coordinate representation of color #D2841C: hue angle of 34.29º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2841C is Cyan = 0, Magento = 0.37, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 132 | 28 | - |
| CMYK | 0 | 0.37 | 0.87 | 0.18 |
| HSL | 34.29º | 0.76% | 0.47% | - |
| HSV(B) | 34.29º | 0.87% | 0.82% | - |
| XYZ | 35.04 | 30.29 | 5.1 | - |
| YUV | 143.47 | 62.84 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 28 | 0 | 0.37 | 0.87 | 0.18 | 34.29 | 0.76 | 0.47 |
| Hex | D2 | 84 | 1C | 0 | 25 | 57 | 12 | 22 | 4C | 2F |
| Octal | 322 | 204 | 34 | 0 | 45 | 127 | 22 | 42 | 114 | 57 |
| Binary | 11010010 | 10000100 | 11100 | 0 | 100101 | 1010111 | 10010 | 100010 | 1001100 | 101111 |
Color Harmonies of #D2841C
Complementary color
Monochromatic Colors of #D2841C
Black with #D2841C
Text Example
Text Example
White with #D2841C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2841C; }
p { color: rgb(210,132,28); }
H1.HeaderClassName
{
color: #D2841C;
}
.AnyTagClassName
{
color: #D2841C;
}
</style>
background-color css
<style>
a { background-color: #D2841C; }
a { background-color: rgb(210,132,28); }
div.DivClassName
{
background-color: #D2841C;
}
.BgClassName
{
background-color: #D2841C;
}
</style>
border-color css
<style>
span { border-color: #D2841C; }
span { border-color: rgb(210,132,28); }
td.TdClassName
{
border-color: #D2841C;
}
.TagClassName
{
border-color: #D2841C;
}
</style>