Shades of Ochre #D48213
Tints of Ochre #D48213
RGB
CMYK
RGB Variations
Color information
#D48213 (or 0xD48213) is known color: Ochre. HEX triplet: D4, 82 and 13. RGB value is (212,130,19). Sum of RGB (Red+Green+Blue) = 212+130+19=361 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.73% from 361); Green value is 130 (51.17% from 255 or 36.01% from 361); Blue value is 19 (7.81% from 255 or 5.26% from 361); Max value from RGB is 212 - color contains mainly: red. Hex color #D48213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D48213 is #2B7DEC. Grayscale: #8E8E8E. Windows color (decimal): -2850285 or 1278676. OLE color: 1278676.
HSL color Cylindrical-coordinate representation of color #D48213: hue angle of 34.51º 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 #D48213 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 130 | 19 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.17 |
| HSL | 34.51º | 0.84% | 0.45% | - |
| HSV(B) | 34.51º | 0.91% | 0.83% | - |
| XYZ | 35.25 | 30.01 | 4.55 | - |
| YUV | 141.86 | 58.67 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 130 | 19 | 0 | 0.39 | 0.91 | 0.17 | 34.51 | 0.84 | 0.45 |
| Hex | D4 | 82 | 13 | 0 | 27 | 5B | 11 | 23 | 54 | 2D |
| Octal | 324 | 202 | 23 | 0 | 47 | 133 | 21 | 43 | 124 | 55 |
| Binary | 11010100 | 10000010 | 10011 | 0 | 100111 | 1011011 | 10001 | 100011 | 1010100 | 101101 |
Color Harmonies of #D48213
Complementary color
Monochromatic Colors of #D48213
Black with #D48213
Text Example
Text Example
White with #D48213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48213; }
p { color: rgb(212,130,19); }
H1.HeaderClassName
{
color: #D48213;
}
.AnyTagClassName
{
color: #D48213;
}
</style>
background-color css
<style>
a { background-color: #D48213; }
a { background-color: rgb(212,130,19); }
div.DivClassName
{
background-color: #D48213;
}
.BgClassName
{
background-color: #D48213;
}
</style>
border-color css
<style>
span { border-color: #D48213; }
span { border-color: rgb(212,130,19); }
td.TdClassName
{
border-color: #D48213;
}
.TagClassName
{
border-color: #D48213;
}
</style>