Shades of Ochre #D2800B
Tints of Ochre #D2800B
RGB
CMYK
RGB Variations
Color information
#D2800B (or 0xD2800B) is known color: Ochre. HEX triplet: D2, 80 and 0B. RGB value is (210,128,11). Sum of RGB (Red+Green+Blue) = 210+128+11=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 11 (4.69% from 255 or 3.15% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D2800B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2800B is #2D7FF4. Grayscale: #8B8B8B. Windows color (decimal): -2981877 or 753874. OLE color: 753874.
HSL color Cylindrical-coordinate representation of color #D2800B: hue angle of 35.28º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D2800B is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 11 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.18 |
| HSL | 35.28º | 0.9% | 0.43% | - |
| HSV(B) | 35.28º | 0.95% | 0.82% | - |
| XYZ | 34.36 | 29.16 | 4.13 | - |
| YUV | 139.18 | 55.67 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 11 | 0 | 0.39 | 0.95 | 0.18 | 35.28 | 0.9 | 0.43 |
| Hex | D2 | 80 | B | 0 | 27 | 5F | 12 | 23 | 5A | 2B |
| Octal | 322 | 200 | 13 | 0 | 47 | 137 | 22 | 43 | 132 | 53 |
| Binary | 11010010 | 10000000 | 1011 | 0 | 100111 | 1011111 | 10010 | 100011 | 1011010 | 101011 |
Color Harmonies of #D2800B
Complementary color
Monochromatic Colors of #D2800B
Black with #D2800B
Text Example
Text Example
White with #D2800B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2800B; }
p { color: rgb(210,128,11); }
H1.HeaderClassName
{
color: #D2800B;
}
.AnyTagClassName
{
color: #D2800B;
}
</style>
background-color css
<style>
a { background-color: #D2800B; }
a { background-color: rgb(210,128,11); }
div.DivClassName
{
background-color: #D2800B;
}
.BgClassName
{
background-color: #D2800B;
}
</style>
border-color css
<style>
span { border-color: #D2800B; }
span { border-color: rgb(210,128,11); }
td.TdClassName
{
border-color: #D2800B;
}
.TagClassName
{
border-color: #D2800B;
}
</style>