Shades of Ochre #D48013
Tints of Ochre #D48013
RGB
CMYK
RGB Variations
Color information
#D48013 (or 0xD48013) is known color: Ochre. HEX triplet: D4, 80 and 13. RGB value is (212,128,19). Sum of RGB (Red+Green+Blue) = 212+128+19=359 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.05% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 19 (7.81% from 255 or 5.29% from 359); Max value from RGB is 212 - color contains mainly: red. Hex color #D48013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48013 is #2B7FEC. Grayscale: #8D8D8D. Windows color (decimal): -2850797 or 1278164. OLE color: 1278164.
HSL color Cylindrical-coordinate representation of color #D48013: hue angle of 33.89º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D48013 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 128 | 19 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.17 |
| HSL | 33.89º | 0.84% | 0.45% | - |
| HSV(B) | 33.89º | 0.91% | 0.83% | - |
| XYZ | 34.99 | 29.48 | 4.46 | - |
| YUV | 140.69 | 59.33 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 128 | 19 | 0 | 0.40 | 0.91 | 0.17 | 33.89 | 0.84 | 0.45 |
| Hex | D4 | 80 | 13 | 0 | 28 | 5B | 11 | 22 | 54 | 2D |
| Octal | 324 | 200 | 23 | 0 | 50 | 133 | 21 | 42 | 124 | 55 |
| Binary | 11010100 | 10000000 | 10011 | 0 | 101000 | 1011011 | 10001 | 100010 | 1010100 | 101101 |
Color Harmonies of #D48013
Complementary color
Monochromatic Colors of #D48013
Black with #D48013
Text Example
Text Example
White with #D48013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48013; }
p { color: rgb(212,128,19); }
H1.HeaderClassName
{
color: #D48013;
}
.AnyTagClassName
{
color: #D48013;
}
</style>
background-color css
<style>
a { background-color: #D48013; }
a { background-color: rgb(212,128,19); }
div.DivClassName
{
background-color: #D48013;
}
.BgClassName
{
background-color: #D48013;
}
</style>
border-color css
<style>
span { border-color: #D48013; }
span { border-color: rgb(212,128,19); }
td.TdClassName
{
border-color: #D48013;
}
.TagClassName
{
border-color: #D48013;
}
</style>