Shades of Ochre #DC8215
Tints of Ochre #DC8215
RGB
CMYK
RGB Variations
Color information
#DC8215 (or 0xDC8215) is known color: Ochre. HEX triplet: DC, 82 and 15. RGB value is (220,130,21). Sum of RGB (Red+Green+Blue) = 220+130+21=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 21 (8.59% from 255 or 5.66% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DC8215 is #237DEA. Grayscale: #919191. Windows color (decimal): -2325995 or 1409756. OLE color: 1409756.
HSL color Cylindrical-coordinate representation of color #DC8215: hue angle of 32.86º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC8215 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 21 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.14 |
| HSL | 32.86º | 0.83% | 0.47% | - |
| HSV(B) | 32.86º | 0.9% | 0.86% | - |
| XYZ | 37.63 | 31.24 | 4.75 | - |
| YUV | 144.48 | 58.32 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 21 | 0 | 0.41 | 0.90 | 0.14 | 32.86 | 0.83 | 0.47 |
| Hex | DC | 82 | 15 | 0 | 29 | 5A | E | 21 | 53 | 2F |
| Octal | 334 | 202 | 25 | 0 | 51 | 132 | 16 | 41 | 123 | 57 |
| Binary | 11011100 | 10000010 | 10101 | 0 | 101001 | 1011010 | 1110 | 100001 | 1010011 | 101111 |
Color Harmonies of #DC8215
Complementary color
Monochromatic Colors of #DC8215
Black with #DC8215
Text Example
Text Example
White with #DC8215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8215; }
p { color: rgb(220,130,21); }
H1.HeaderClassName
{
color: #DC8215;
}
.AnyTagClassName
{
color: #DC8215;
}
</style>
background-color css
<style>
a { background-color: #DC8215; }
a { background-color: rgb(220,130,21); }
div.DivClassName
{
background-color: #DC8215;
}
.BgClassName
{
background-color: #DC8215;
}
</style>
border-color css
<style>
span { border-color: #DC8215; }
span { border-color: rgb(220,130,21); }
td.TdClassName
{
border-color: #DC8215;
}
.TagClassName
{
border-color: #DC8215;
}
</style>