Shades of Ochre #DC801B
Tints of Ochre #DC801B
RGB
CMYK
RGB Variations
Color information
#DC801B (or 0xDC801B) is known color: Ochre. HEX triplet: DC, 80 and 1B. RGB value is (220,128,27). Sum of RGB (Red+Green+Blue) = 220+128+27=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 27 (10.94% from 255 or 7.2% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC801B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC801B is #237FE4. Grayscale: #909090. Windows color (decimal): -2326501 or 1802460. OLE color: 1802460.
HSL color Cylindrical-coordinate representation of color #DC801B: hue angle of 31.4º degrees, saturation: 0.78, 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 #DC801B is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 128 | 27 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.14 |
| HSL | 31.4º | 0.78% | 0.48% | - |
| HSV(B) | 31.4º | 0.88% | 0.86% | - |
| XYZ | 37.43 | 30.73 | 5 | - |
| YUV | 143.99 | 61.98 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 128 | 27 | 0 | 0.42 | 0.88 | 0.14 | 31.4 | 0.78 | 0.48 |
| Hex | DC | 80 | 1B | 0 | 2A | 58 | E | 1F | 4E | 30 |
| Octal | 334 | 200 | 33 | 0 | 52 | 130 | 16 | 37 | 116 | 60 |
| Binary | 11011100 | 10000000 | 11011 | 0 | 101010 | 1011000 | 1110 | 11111 | 1001110 | 110000 |
Color Harmonies of #DC801B
Complementary color
Monochromatic Colors of #DC801B
Black with #DC801B
Text Example
Text Example
White with #DC801B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC801B; }
p { color: rgb(220,128,27); }
H1.HeaderClassName
{
color: #DC801B;
}
.AnyTagClassName
{
color: #DC801B;
}
</style>
background-color css
<style>
a { background-color: #DC801B; }
a { background-color: rgb(220,128,27); }
div.DivClassName
{
background-color: #DC801B;
}
.BgClassName
{
background-color: #DC801B;
}
</style>
border-color css
<style>
span { border-color: #DC801B; }
span { border-color: rgb(220,128,27); }
td.TdClassName
{
border-color: #DC801B;
}
.TagClassName
{
border-color: #DC801B;
}
</style>