Shades of Ochre #D2801C
Tints of Ochre #D2801C
RGB
CMYK
RGB Variations
Color information
#D2801C (or 0xD2801C) is known color: Ochre. HEX triplet: D2, 80 and 1C. RGB value is (210,128,28). Sum of RGB (Red+Green+Blue) = 210+128+28=366 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.38% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 28 (11.33% from 255 or 7.65% from 366); Max value from RGB is 210 - color contains mainly: red. Hex color #D2801C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2801C is #2D7FE3. Grayscale: #8D8D8D. Windows color (decimal): -2981860 or 1867986. OLE color: 1867986.
HSL color Cylindrical-coordinate representation of color #D2801C: hue angle of 32.97º 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 #D2801C is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 28 | - |
| CMYK | 0 | 0.39 | 0.87 | 0.18 |
| HSL | 32.97º | 0.76% | 0.47% | - |
| HSV(B) | 32.97º | 0.87% | 0.82% | - |
| XYZ | 34.51 | 29.22 | 4.92 | - |
| YUV | 141.12 | 64.17 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 28 | 0 | 0.39 | 0.87 | 0.18 | 32.97 | 0.76 | 0.47 |
| Hex | D2 | 80 | 1C | 0 | 27 | 57 | 12 | 21 | 4C | 2F |
| Octal | 322 | 200 | 34 | 0 | 47 | 127 | 22 | 41 | 114 | 57 |
| Binary | 11010010 | 10000000 | 11100 | 0 | 100111 | 1010111 | 10010 | 100001 | 1001100 | 101111 |
Color Harmonies of #D2801C
Complementary color
Monochromatic Colors of #D2801C
Black with #D2801C
Text Example
Text Example
White with #D2801C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2801C; }
p { color: rgb(210,128,28); }
H1.HeaderClassName
{
color: #D2801C;
}
.AnyTagClassName
{
color: #D2801C;
}
</style>
background-color css
<style>
a { background-color: #D2801C; }
a { background-color: rgb(210,128,28); }
div.DivClassName
{
background-color: #D2801C;
}
.BgClassName
{
background-color: #D2801C;
}
</style>
border-color css
<style>
span { border-color: #D2801C; }
span { border-color: rgb(210,128,28); }
td.TdClassName
{
border-color: #D2801C;
}
.TagClassName
{
border-color: #D2801C;
}
</style>