Shades of Ochre #DC801E
Tints of Ochre #DC801E
RGB
CMYK
RGB Variations
Color information
#DC801E (or 0xDC801E) is known color: Ochre. HEX triplet: DC, 80 and 1E. RGB value is (220,128,30). Sum of RGB (Red+Green+Blue) = 220+128+30=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 30 (12.11% from 255 or 7.94% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC801E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC801E is #237FE1. Grayscale: #909090. Windows color (decimal): -2326498 or 1999068. OLE color: 1999068.
HSL color Cylindrical-coordinate representation of color #DC801E: hue angle of 30.95º 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 #DC801E is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 30 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.14 |
| HSL | 30.95º | 0.76% | 0.49% | - |
| HSV(B) | 30.95º | 0.86% | 0.86% | - |
| XYZ | 37.47 | 30.75 | 5.19 | - |
| YUV | 144.34 | 63.48 | 181.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 30 | 0 | 0.42 | 0.86 | 0.14 | 30.95 | 0.76 | 0.49 |
| Hex | DC | 80 | 1E | 0 | 2A | 56 | E | 1F | 4C | 31 |
| Octal | 334 | 200 | 36 | 0 | 52 | 126 | 16 | 37 | 114 | 61 |
| Binary | 11011100 | 10000000 | 11110 | 0 | 101010 | 1010110 | 1110 | 11111 | 1001100 | 110001 |
Color Harmonies of #DC801E
Complementary color
Monochromatic Colors of #DC801E
Black with #DC801E
Text Example
Text Example
White with #DC801E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC801E; }
p { color: rgb(220,128,30); }
H1.HeaderClassName
{
color: #DC801E;
}
.AnyTagClassName
{
color: #DC801E;
}
</style>
background-color css
<style>
a { background-color: #DC801E; }
a { background-color: rgb(220,128,30); }
div.DivClassName
{
background-color: #DC801E;
}
.BgClassName
{
background-color: #DC801E;
}
</style>
border-color css
<style>
span { border-color: #DC801E; }
span { border-color: rgb(220,128,30); }
td.TdClassName
{
border-color: #DC801E;
}
.TagClassName
{
border-color: #DC801E;
}
</style>