Shades of Ochre #D48514
Tints of Ochre #D48514
RGB
CMYK
RGB Variations
Color information
#D48514 (or 0xD48514) is known color: Ochre. HEX triplet: D4, 85 and 14. RGB value is (212,133,20). Sum of RGB (Red+Green+Blue) = 212+133+20=365 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.08% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 212 - color contains mainly: red. Hex color #D48514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48514 is #2B7AEB. Grayscale: #909090. Windows color (decimal): -2849516 or 1344980. OLE color: 1344980.
HSL color Cylindrical-coordinate representation of color #D48514: hue angle of 35.31º degrees, saturation: 0.83, 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 #D48514 is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 133 | 20 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.17 |
| HSL | 35.31º | 0.83% | 0.45% | - |
| HSV(B) | 35.31º | 0.91% | 0.83% | - |
| XYZ | 35.67 | 30.82 | 4.73 | - |
| YUV | 143.74 | 58.17 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 133 | 20 | 0 | 0.37 | 0.91 | 0.17 | 35.31 | 0.83 | 0.45 |
| Hex | D4 | 85 | 14 | 0 | 25 | 5B | 11 | 23 | 53 | 2D |
| Octal | 324 | 205 | 24 | 0 | 45 | 133 | 21 | 43 | 123 | 55 |
| Binary | 11010100 | 10000101 | 10100 | 0 | 100101 | 1011011 | 10001 | 100011 | 1010011 | 101101 |
Color Harmonies of #D48514
Complementary color
Monochromatic Colors of #D48514
Black with #D48514
Text Example
Text Example
White with #D48514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48514; }
p { color: rgb(212,133,20); }
H1.HeaderClassName
{
color: #D48514;
}
.AnyTagClassName
{
color: #D48514;
}
</style>
background-color css
<style>
a { background-color: #D48514; }
a { background-color: rgb(212,133,20); }
div.DivClassName
{
background-color: #D48514;
}
.BgClassName
{
background-color: #D48514;
}
</style>
border-color css
<style>
span { border-color: #D48514; }
span { border-color: rgb(212,133,20); }
td.TdClassName
{
border-color: #D48514;
}
.TagClassName
{
border-color: #D48514;
}
</style>