Shades of Ochre #D4800B
Tints of Ochre #D4800B
RGB
CMYK
RGB Variations
Color information
#D4800B (or 0xD4800B) is known color: Ochre. HEX triplet: D4, 80 and 0B. RGB value is (212,128,11). Sum of RGB (Red+Green+Blue) = 212+128+11=351 (46% of max value = 765). Red value is 212 (83.20% from 255 or 60.40% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 11 (4.69% from 255 or 3.13% from 351); Max value from RGB is 212 - color contains mainly: red. Hex color #D4800B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4800B is #2B7FF4. Grayscale: #8C8C8C. Windows color (decimal): -2850805 or 753876. OLE color: 753876.
HSL color Cylindrical-coordinate representation of color #D4800B: hue angle of 34.93º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4800B is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 128 | 11 | - |
| CMYK | 0 | 0.40 | 0.95 | 0.17 |
| HSL | 34.93º | 0.9% | 0.44% | - |
| HSV(B) | 34.93º | 0.95% | 0.83% | - |
| XYZ | 34.93 | 29.46 | 4.16 | - |
| YUV | 139.78 | 55.33 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 128 | 11 | 0 | 0.40 | 0.95 | 0.17 | 34.93 | 0.9 | 0.44 |
| Hex | D4 | 80 | B | 0 | 28 | 5F | 11 | 23 | 5A | 2C |
| Octal | 324 | 200 | 13 | 0 | 50 | 137 | 21 | 43 | 132 | 54 |
| Binary | 11010100 | 10000000 | 1011 | 0 | 101000 | 1011111 | 10001 | 100011 | 1011010 | 101100 |
Color Harmonies of #D4800B
Complementary color
Monochromatic Colors of #D4800B
Black with #D4800B
Text Example
Text Example
White with #D4800B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4800B; }
p { color: rgb(212,128,11); }
H1.HeaderClassName
{
color: #D4800B;
}
.AnyTagClassName
{
color: #D4800B;
}
</style>
background-color css
<style>
a { background-color: #D4800B; }
a { background-color: rgb(212,128,11); }
div.DivClassName
{
background-color: #D4800B;
}
.BgClassName
{
background-color: #D4800B;
}
</style>
border-color css
<style>
span { border-color: #D4800B; }
span { border-color: rgb(212,128,11); }
td.TdClassName
{
border-color: #D4800B;
}
.TagClassName
{
border-color: #D4800B;
}
</style>