Shades of Ochre #D08413
Tints of Ochre #D08413
RGB
CMYK
RGB Variations
Color information
#D08413 (or 0xD08413) is known color: Ochre. HEX triplet: D0, 84 and 13. RGB value is (208,132,19). Sum of RGB (Red+Green+Blue) = 208+132+19=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 132 (51.95% from 255 or 36.77% from 359); Blue value is 19 (7.81% from 255 or 5.29% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D08413 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D08413 is #2F7BEC. Grayscale: #8E8E8E. Windows color (decimal): -3111917 or 1279184. OLE color: 1279184.
HSL color Cylindrical-coordinate representation of color #D08413: hue angle of 35.87º 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 #D08413 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 132 | 19 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.18 |
| HSL | 35.87º | 0.83% | 0.45% | - |
| HSV(B) | 35.87º | 0.91% | 0.82% | - |
| XYZ | 34.38 | 29.96 | 4.59 | - |
| YUV | 141.84 | 58.68 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 132 | 19 | 0 | 0.37 | 0.91 | 0.18 | 35.87 | 0.83 | 0.45 |
| Hex | D0 | 84 | 13 | 0 | 25 | 5B | 12 | 24 | 53 | 2D |
| Octal | 320 | 204 | 23 | 0 | 45 | 133 | 22 | 44 | 123 | 55 |
| Binary | 11010000 | 10000100 | 10011 | 0 | 100101 | 1011011 | 10010 | 100100 | 1010011 | 101101 |
Color Harmonies of #D08413
Complementary color
Monochromatic Colors of #D08413
Black with #D08413
Text Example
Text Example
White with #D08413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08413; }
p { color: rgb(208,132,19); }
H1.HeaderClassName
{
color: #D08413;
}
.AnyTagClassName
{
color: #D08413;
}
</style>
background-color css
<style>
a { background-color: #D08413; }
a { background-color: rgb(208,132,19); }
div.DivClassName
{
background-color: #D08413;
}
.BgClassName
{
background-color: #D08413;
}
</style>
border-color css
<style>
span { border-color: #D08413; }
span { border-color: rgb(208,132,19); }
td.TdClassName
{
border-color: #D08413;
}
.TagClassName
{
border-color: #D08413;
}
</style>