Shades of Ochre #D4800D
Tints of Ochre #D4800D
RGB
CMYK
RGB Variations
Color information
#D4800D (or 0xD4800D) is known color: Ochre. HEX triplet: D4, 80 and 0D. RGB value is (212,128,13). Sum of RGB (Red+Green+Blue) = 212+128+13=353 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.06% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 13 (5.47% from 255 or 3.68% from 353); Max value from RGB is 212 - color contains mainly: red. Hex color #D4800D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4800D is #2B7FF2. Grayscale: #8C8C8C. Windows color (decimal): -2850803 or 884948. OLE color: 884948.
HSL color Cylindrical-coordinate representation of color #D4800D: hue angle of 34.67º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4800D is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 128 | 13 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.17 |
| HSL | 34.67º | 0.88% | 0.44% | - |
| HSV(B) | 34.67º | 0.94% | 0.83% | - |
| XYZ | 34.94 | 29.46 | 4.23 | - |
| YUV | 140.01 | 56.33 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 128 | 13 | 0 | 0.40 | 0.94 | 0.17 | 34.67 | 0.88 | 0.44 |
| Hex | D4 | 80 | D | 0 | 28 | 5E | 11 | 23 | 58 | 2C |
| Octal | 324 | 200 | 15 | 0 | 50 | 136 | 21 | 43 | 130 | 54 |
| Binary | 11010100 | 10000000 | 1101 | 0 | 101000 | 1011110 | 10001 | 100011 | 1011000 | 101100 |
Color Harmonies of #D4800D
Complementary color
Monochromatic Colors of #D4800D
Black with #D4800D
Text Example
Text Example
White with #D4800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4800D; }
p { color: rgb(212,128,13); }
H1.HeaderClassName
{
color: #D4800D;
}
.AnyTagClassName
{
color: #D4800D;
}
</style>
background-color css
<style>
a { background-color: #D4800D; }
a { background-color: rgb(212,128,13); }
div.DivClassName
{
background-color: #D4800D;
}
.BgClassName
{
background-color: #D4800D;
}
</style>
border-color css
<style>
span { border-color: #D4800D; }
span { border-color: rgb(212,128,13); }
td.TdClassName
{
border-color: #D4800D;
}
.TagClassName
{
border-color: #D4800D;
}
</style>