Shades of Ochre #DC821C
Tints of Ochre #DC821C
RGB
CMYK
RGB Variations
Color information
#DC821C (or 0xDC821C) is known color: Ochre. HEX triplet: DC, 82 and 1C. RGB value is (220,130,28). Sum of RGB (Red+Green+Blue) = 220+130+28=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 28 (11.33% from 255 or 7.41% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC821C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC821C is #237DE3. Grayscale: #919191. Windows color (decimal): -2325988 or 1868508. OLE color: 1868508.
HSL color Cylindrical-coordinate representation of color #DC821C: hue angle of 31.88º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC821C is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 130 | 28 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.14 |
| HSL | 31.88º | 0.77% | 0.49% | - |
| HSV(B) | 31.88º | 0.87% | 0.86% | - |
| XYZ | 37.71 | 31.26 | 5.15 | - |
| YUV | 145.28 | 61.82 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 130 | 28 | 0 | 0.41 | 0.87 | 0.14 | 31.88 | 0.77 | 0.49 |
| Hex | DC | 82 | 1C | 0 | 29 | 57 | E | 20 | 4D | 31 |
| Octal | 334 | 202 | 34 | 0 | 51 | 127 | 16 | 40 | 115 | 61 |
| Binary | 11011100 | 10000010 | 11100 | 0 | 101001 | 1010111 | 1110 | 100000 | 1001101 | 110001 |
Color Harmonies of #DC821C
Complementary color
Monochromatic Colors of #DC821C
Black with #DC821C
Text Example
Text Example
White with #DC821C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC821C; }
p { color: rgb(220,130,28); }
H1.HeaderClassName
{
color: #DC821C;
}
.AnyTagClassName
{
color: #DC821C;
}
</style>
background-color css
<style>
a { background-color: #DC821C; }
a { background-color: rgb(220,130,28); }
div.DivClassName
{
background-color: #DC821C;
}
.BgClassName
{
background-color: #DC821C;
}
</style>
border-color css
<style>
span { border-color: #DC821C; }
span { border-color: rgb(220,130,28); }
td.TdClassName
{
border-color: #DC821C;
}
.TagClassName
{
border-color: #DC821C;
}
</style>