Shades of Ochre #DC801C
Tints of Ochre #DC801C
RGB
CMYK
RGB Variations
Color information
#DC801C (or 0xDC801C) is known color: Ochre. HEX triplet: DC, 80 and 1C. RGB value is (220,128,28). Sum of RGB (Red+Green+Blue) = 220+128+28=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 28 (11.33% from 255 or 7.45% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC801C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC801C is #237FE3. Grayscale: #909090. Windows color (decimal): -2326500 or 1867996. OLE color: 1867996.
HSL color Cylindrical-coordinate representation of color #DC801C: hue angle of 31.25º 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 #DC801C is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 28 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.14 |
| HSL | 31.25º | 0.77% | 0.49% | - |
| HSV(B) | 31.25º | 0.87% | 0.86% | - |
| XYZ | 37.44 | 30.74 | 5.06 | - |
| YUV | 144.11 | 62.48 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 28 | 0 | 0.42 | 0.87 | 0.14 | 31.25 | 0.77 | 0.49 |
| Hex | DC | 80 | 1C | 0 | 2A | 57 | E | 1F | 4D | 31 |
| Octal | 334 | 200 | 34 | 0 | 52 | 127 | 16 | 37 | 115 | 61 |
| Binary | 11011100 | 10000000 | 11100 | 0 | 101010 | 1010111 | 1110 | 11111 | 1001101 | 110001 |
Color Harmonies of #DC801C
Complementary color
Monochromatic Colors of #DC801C
Black with #DC801C
Text Example
Text Example
White with #DC801C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC801C; }
p { color: rgb(220,128,28); }
H1.HeaderClassName
{
color: #DC801C;
}
.AnyTagClassName
{
color: #DC801C;
}
</style>
background-color css
<style>
a { background-color: #DC801C; }
a { background-color: rgb(220,128,28); }
div.DivClassName
{
background-color: #DC801C;
}
.BgClassName
{
background-color: #DC801C;
}
</style>
border-color css
<style>
span { border-color: #DC801C; }
span { border-color: rgb(220,128,28); }
td.TdClassName
{
border-color: #DC801C;
}
.TagClassName
{
border-color: #DC801C;
}
</style>