Shades of Ochre #D0800D
Tints of Ochre #D0800D
RGB
CMYK
RGB Variations
Color information
#D0800D (or 0xD0800D) is known color: Ochre. HEX triplet: D0, 80 and 0D. RGB value is (208,128,13). Sum of RGB (Red+Green+Blue) = 208+128+13=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 128 (50.39% from 255 or 36.68% from 349); Blue value is 13 (5.47% from 255 or 3.72% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D0800D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0800D is #2F7FF2. Grayscale: #8B8B8B. Windows color (decimal): -3112947 or 884944. OLE color: 884944.
HSL color Cylindrical-coordinate representation of color #D0800D: hue angle of 35.38º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0800D is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 128 | 13 | - |
| CMYK | 0 | 0.38 | 0.94 | 0.18 |
| HSL | 35.38º | 0.88% | 0.43% | - |
| HSV(B) | 35.38º | 0.94% | 0.82% | - |
| XYZ | 33.8 | 28.88 | 4.17 | - |
| YUV | 138.81 | 57 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 13 | 0 | 0.38 | 0.94 | 0.18 | 35.38 | 0.88 | 0.43 |
| Hex | D0 | 80 | D | 0 | 26 | 5E | 12 | 23 | 58 | 2B |
| Octal | 320 | 200 | 15 | 0 | 46 | 136 | 22 | 43 | 130 | 53 |
| Binary | 11010000 | 10000000 | 1101 | 0 | 100110 | 1011110 | 10010 | 100011 | 1011000 | 101011 |
Color Harmonies of #D0800D
Complementary color
Monochromatic Colors of #D0800D
Black with #D0800D
Text Example
Text Example
White with #D0800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0800D; }
p { color: rgb(208,128,13); }
H1.HeaderClassName
{
color: #D0800D;
}
.AnyTagClassName
{
color: #D0800D;
}
</style>
background-color css
<style>
a { background-color: #D0800D; }
a { background-color: rgb(208,128,13); }
div.DivClassName
{
background-color: #D0800D;
}
.BgClassName
{
background-color: #D0800D;
}
</style>
border-color css
<style>
span { border-color: #D0800D; }
span { border-color: rgb(208,128,13); }
td.TdClassName
{
border-color: #D0800D;
}
.TagClassName
{
border-color: #D0800D;
}
</style>