Shades of Ochre #DC8121
Tints of Ochre #DC8121
RGB
CMYK
RGB Variations
Color information
#DC8121 (or 0xDC8121) is known color: Ochre. HEX triplet: DC, 81 and 21. RGB value is (220,129,33). Sum of RGB (Red+Green+Blue) = 220+129+33=382 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.59% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 33 (13.28% from 255 or 8.64% from 382); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8121 is #237EDE. Grayscale: #919191. Windows color (decimal): -2326239 or 2195932. OLE color: 2195932.
HSL color Cylindrical-coordinate representation of color #DC8121: hue angle of 30.8º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC8121 is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 33 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.14 |
| HSL | 30.8º | 0.74% | 0.5% | - |
| HSV(B) | 30.8º | 0.85% | 0.86% | - |
| XYZ | 37.64 | 31.03 | 5.44 | - |
| YUV | 145.27 | 64.65 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 33 | 0 | 0.41 | 0.85 | 0.14 | 30.8 | 0.74 | 0.5 |
| Hex | DC | 81 | 21 | 0 | 29 | 55 | E | 1F | 4A | 32 |
| Octal | 334 | 201 | 41 | 0 | 51 | 125 | 16 | 37 | 112 | 62 |
| Binary | 11011100 | 10000001 | 100001 | 0 | 101001 | 1010101 | 1110 | 11111 | 1001010 | 110010 |
Color Harmonies of #DC8121
Complementary color
Monochromatic Colors of #DC8121
Black with #DC8121
Text Example
Text Example
White with #DC8121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8121; }
p { color: rgb(220,129,33); }
H1.HeaderClassName
{
color: #DC8121;
}
.AnyTagClassName
{
color: #DC8121;
}
</style>
background-color css
<style>
a { background-color: #DC8121; }
a { background-color: rgb(220,129,33); }
div.DivClassName
{
background-color: #DC8121;
}
.BgClassName
{
background-color: #DC8121;
}
</style>
border-color css
<style>
span { border-color: #DC8121; }
span { border-color: rgb(220,129,33); }
td.TdClassName
{
border-color: #DC8121;
}
.TagClassName
{
border-color: #DC8121;
}
</style>