Shades of Ochre #DC811E
Tints of Ochre #DC811E
RGB
CMYK
RGB Variations
Color information
#DC811E (or 0xDC811E) is known color: Ochre. HEX triplet: DC, 81 and 1E. RGB value is (220,129,30). Sum of RGB (Red+Green+Blue) = 220+129+30=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 30 (12.11% from 255 or 7.92% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC811E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC811E is #237EE1. Grayscale: #919191. Windows color (decimal): -2326242 or 1999324. OLE color: 1999324.
HSL color Cylindrical-coordinate representation of color #DC811E: hue angle of 31.26º 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 #DC811E is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 129 | 30 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.14 |
| HSL | 31.26º | 0.76% | 0.49% | - |
| HSV(B) | 31.26º | 0.86% | 0.86% | - |
| XYZ | 37.6 | 31.01 | 5.23 | - |
| YUV | 144.92 | 63.15 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 129 | 30 | 0 | 0.41 | 0.86 | 0.14 | 31.26 | 0.76 | 0.49 |
| Hex | DC | 81 | 1E | 0 | 29 | 56 | E | 1F | 4C | 31 |
| Octal | 334 | 201 | 36 | 0 | 51 | 126 | 16 | 37 | 114 | 61 |
| Binary | 11011100 | 10000001 | 11110 | 0 | 101001 | 1010110 | 1110 | 11111 | 1001100 | 110001 |
Color Harmonies of #DC811E
Complementary color
Monochromatic Colors of #DC811E
Black with #DC811E
Text Example
Text Example
White with #DC811E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC811E; }
p { color: rgb(220,129,30); }
H1.HeaderClassName
{
color: #DC811E;
}
.AnyTagClassName
{
color: #DC811E;
}
</style>
background-color css
<style>
a { background-color: #DC811E; }
a { background-color: rgb(220,129,30); }
div.DivClassName
{
background-color: #DC811E;
}
.BgClassName
{
background-color: #DC811E;
}
</style>
border-color css
<style>
span { border-color: #DC811E; }
span { border-color: rgb(220,129,30); }
td.TdClassName
{
border-color: #DC811E;
}
.TagClassName
{
border-color: #DC811E;
}
</style>