Shades of Ochre #DC831E
Tints of Ochre #DC831E
RGB
CMYK
RGB Variations
Color information
#DC831E (or 0xDC831E) is known color: Ochre. HEX triplet: DC, 83 and 1E. RGB value is (220,131,30). Sum of RGB (Red+Green+Blue) = 220+131+30=381 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.74% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 30 (12.11% from 255 or 7.87% from 381); Max value from RGB is 220 - color contains mainly: red. Hex color #DC831E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC831E is #237CE1. Grayscale: #929292. Windows color (decimal): -2325730 or 1999836. OLE color: 1999836.
HSL color Cylindrical-coordinate representation of color #DC831E: hue angle of 31.89º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC831E is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 30 | - |
| CMYK | 0 | 0.40 | 0.86 | 0.14 |
| HSL | 31.89º | 0.76% | 0.49% | - |
| HSV(B) | 31.89º | 0.86% | 0.86% | - |
| XYZ | 37.87 | 31.54 | 5.32 | - |
| YUV | 146.1 | 62.49 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 30 | 0 | 0.40 | 0.86 | 0.14 | 31.89 | 0.76 | 0.49 |
| Hex | DC | 83 | 1E | 0 | 28 | 56 | E | 20 | 4C | 31 |
| Octal | 334 | 203 | 36 | 0 | 50 | 126 | 16 | 40 | 114 | 61 |
| Binary | 11011100 | 10000011 | 11110 | 0 | 101000 | 1010110 | 1110 | 100000 | 1001100 | 110001 |
Color Harmonies of #DC831E
Complementary color
Monochromatic Colors of #DC831E
Black with #DC831E
Text Example
Text Example
White with #DC831E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC831E; }
p { color: rgb(220,131,30); }
H1.HeaderClassName
{
color: #DC831E;
}
.AnyTagClassName
{
color: #DC831E;
}
</style>
background-color css
<style>
a { background-color: #DC831E; }
a { background-color: rgb(220,131,30); }
div.DivClassName
{
background-color: #DC831E;
}
.BgClassName
{
background-color: #DC831E;
}
</style>
border-color css
<style>
span { border-color: #DC831E; }
span { border-color: rgb(220,131,30); }
td.TdClassName
{
border-color: #DC831E;
}
.TagClassName
{
border-color: #DC831E;
}
</style>