Shades of Ochre #D08013
Tints of Ochre #D08013
RGB
CMYK
RGB Variations
Color information
#D08013 (or 0xD08013) is known color: Ochre. HEX triplet: D0, 80 and 13. RGB value is (208,128,19). Sum of RGB (Red+Green+Blue) = 208+128+19=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 19 (7.81% from 255 or 5.35% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D08013 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08013 is #2F7FEC. Grayscale: #8C8C8C. Windows color (decimal): -3112941 or 1278160. OLE color: 1278160.
HSL color Cylindrical-coordinate representation of color #D08013: hue angle of 34.6º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D08013 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 128 | 19 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.18 |
| HSL | 34.6º | 0.83% | 0.45% | - |
| HSV(B) | 34.6º | 0.91% | 0.82% | - |
| XYZ | 33.85 | 28.9 | 4.41 | - |
| YUV | 139.49 | 60 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 19 | 0 | 0.38 | 0.91 | 0.18 | 34.6 | 0.83 | 0.45 |
| Hex | D0 | 80 | 13 | 0 | 26 | 5B | 12 | 23 | 53 | 2D |
| Octal | 320 | 200 | 23 | 0 | 46 | 133 | 22 | 43 | 123 | 55 |
| Binary | 11010000 | 10000000 | 10011 | 0 | 100110 | 1011011 | 10010 | 100011 | 1010011 | 101101 |
Color Harmonies of #D08013
Complementary color
Monochromatic Colors of #D08013
Black with #D08013
Text Example
Text Example
White with #D08013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08013; }
p { color: rgb(208,128,19); }
H1.HeaderClassName
{
color: #D08013;
}
.AnyTagClassName
{
color: #D08013;
}
</style>
background-color css
<style>
a { background-color: #D08013; }
a { background-color: rgb(208,128,19); }
div.DivClassName
{
background-color: #D08013;
}
.BgClassName
{
background-color: #D08013;
}
</style>
border-color css
<style>
span { border-color: #D08013; }
span { border-color: rgb(208,128,19); }
td.TdClassName
{
border-color: #D08013;
}
.TagClassName
{
border-color: #D08013;
}
</style>