Shades of Ochre #D2800C
Tints of Ochre #D2800C
RGB
CMYK
RGB Variations
Color information
#D2800C (or 0xD2800C) is known color: Ochre. HEX triplet: D2, 80 and 0C. RGB value is (210,128,12). Sum of RGB (Red+Green+Blue) = 210+128+12=350 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 210 - color contains mainly: red. Hex color #D2800C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2800C is #2D7FF3. Grayscale: #8B8B8B. Windows color (decimal): -2981876 or 819410. OLE color: 819410.
HSL color Cylindrical-coordinate representation of color #D2800C: hue angle of 35.15º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2800C is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 12 | - |
| CMYK | 0 | 0.39 | 0.94 | 0.18 |
| HSL | 35.15º | 0.89% | 0.44% | - |
| HSV(B) | 35.15º | 0.94% | 0.82% | - |
| XYZ | 34.36 | 29.17 | 4.17 | - |
| YUV | 139.29 | 56.17 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 12 | 0 | 0.39 | 0.94 | 0.18 | 35.15 | 0.89 | 0.44 |
| Hex | D2 | 80 | C | 0 | 27 | 5E | 12 | 23 | 59 | 2C |
| Octal | 322 | 200 | 14 | 0 | 47 | 136 | 22 | 43 | 131 | 54 |
| Binary | 11010010 | 10000000 | 1100 | 0 | 100111 | 1011110 | 10010 | 100011 | 1011001 | 101100 |
Color Harmonies of #D2800C
Complementary color
Monochromatic Colors of #D2800C
Black with #D2800C
Text Example
Text Example
White with #D2800C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2800C; }
p { color: rgb(210,128,12); }
H1.HeaderClassName
{
color: #D2800C;
}
.AnyTagClassName
{
color: #D2800C;
}
</style>
background-color css
<style>
a { background-color: #D2800C; }
a { background-color: rgb(210,128,12); }
div.DivClassName
{
background-color: #D2800C;
}
.BgClassName
{
background-color: #D2800C;
}
</style>
border-color css
<style>
span { border-color: #D2800C; }
span { border-color: rgb(210,128,12); }
td.TdClassName
{
border-color: #D2800C;
}
.TagClassName
{
border-color: #D2800C;
}
</style>