Shades of Ochre #DC801A
Tints of Ochre #DC801A
RGB
CMYK
RGB Variations
Color information
#DC801A (or 0xDC801A) is known color: Ochre. HEX triplet: DC, 80 and 1A. RGB value is (220,128,26). Sum of RGB (Red+Green+Blue) = 220+128+26=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 128 (50.39% from 255 or 34.22% from 374); Blue value is 26 (10.55% from 255 or 6.95% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC801A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC801A is #237FE5. Grayscale: #909090. Windows color (decimal): -2326502 or 1736924. OLE color: 1736924.
HSL color Cylindrical-coordinate representation of color #DC801A: hue angle of 31.55º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC801A is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 26 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.14 |
| HSL | 31.55º | 0.79% | 0.48% | - |
| HSV(B) | 31.55º | 0.88% | 0.86% | - |
| XYZ | 37.42 | 30.73 | 4.94 | - |
| YUV | 143.88 | 61.48 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 26 | 0 | 0.42 | 0.88 | 0.14 | 31.55 | 0.79 | 0.48 |
| Hex | DC | 80 | 1A | 0 | 2A | 58 | E | 20 | 4F | 30 |
| Octal | 334 | 200 | 32 | 0 | 52 | 130 | 16 | 40 | 117 | 60 |
| Binary | 11011100 | 10000000 | 11010 | 0 | 101010 | 1011000 | 1110 | 100000 | 1001111 | 110000 |
Color Harmonies of #DC801A
Complementary color
Monochromatic Colors of #DC801A
Black with #DC801A
Text Example
Text Example
White with #DC801A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC801A; }
p { color: rgb(220,128,26); }
H1.HeaderClassName
{
color: #DC801A;
}
.AnyTagClassName
{
color: #DC801A;
}
</style>
background-color css
<style>
a { background-color: #DC801A; }
a { background-color: rgb(220,128,26); }
div.DivClassName
{
background-color: #DC801A;
}
.BgClassName
{
background-color: #DC801A;
}
</style>
border-color css
<style>
span { border-color: #DC801A; }
span { border-color: rgb(220,128,26); }
td.TdClassName
{
border-color: #DC801A;
}
.TagClassName
{
border-color: #DC801A;
}
</style>