Shades of Ochre #D2871C
Tints of Ochre #D2871C
RGB
CMYK
RGB Variations
Color information
#D2871C (or 0xD2871C) is known color: Ochre. HEX triplet: D2, 87 and 1C. RGB value is (210,135,28). Sum of RGB (Red+Green+Blue) = 210+135+28=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 28 (11.33% from 255 or 7.51% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D2871C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2871C is #2D78E3. Grayscale: #919191. Windows color (decimal): -2980068 or 1869778. OLE color: 1869778.
HSL color Cylindrical-coordinate representation of color #D2871C: hue angle of 35.27º 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 #D2871C is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 135 | 28 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.18 |
| HSL | 35.27º | 0.76% | 0.47% | - |
| HSV(B) | 35.27º | 0.87% | 0.82% | - |
| XYZ | 35.45 | 31.11 | 5.24 | - |
| YUV | 145.23 | 61.85 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 135 | 28 | 0 | 0.36 | 0.87 | 0.18 | 35.27 | 0.76 | 0.47 |
| Hex | D2 | 87 | 1C | 0 | 24 | 57 | 12 | 23 | 4C | 2F |
| Octal | 322 | 207 | 34 | 0 | 44 | 127 | 22 | 43 | 114 | 57 |
| Binary | 11010010 | 10000111 | 11100 | 0 | 100100 | 1010111 | 10010 | 100011 | 1001100 | 101111 |
Color Harmonies of #D2871C
Complementary color
Monochromatic Colors of #D2871C
Black with #D2871C
Text Example
Text Example
White with #D2871C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2871C; }
p { color: rgb(210,135,28); }
H1.HeaderClassName
{
color: #D2871C;
}
.AnyTagClassName
{
color: #D2871C;
}
</style>
background-color css
<style>
a { background-color: #D2871C; }
a { background-color: rgb(210,135,28); }
div.DivClassName
{
background-color: #D2871C;
}
.BgClassName
{
background-color: #D2871C;
}
</style>
border-color css
<style>
span { border-color: #D2871C; }
span { border-color: rgb(210,135,28); }
td.TdClassName
{
border-color: #D2871C;
}
.TagClassName
{
border-color: #D2871C;
}
</style>