Shades of Ochre #DC781A
Tints of Ochre #DC781A
RGB
CMYK
RGB Variations
Color information
#DC781A (or 0xDC781A) is known color: Ochre. HEX triplet: DC, 78 and 1A. RGB value is (220,120,26). Sum of RGB (Red+Green+Blue) = 220+120+26=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 26 (10.55% from 255 or 7.10% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC781A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC781A is #2387E5. Grayscale: #8B8B8B. Windows color (decimal): -2328550 or 1734876. OLE color: 1734876.
HSL color Cylindrical-coordinate representation of color #DC781A: hue angle of 29.07º 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 #DC781A is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 120 | 26 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.14 |
| HSL | 29.07º | 0.79% | 0.48% | - |
| HSV(B) | 29.07º | 0.88% | 0.86% | - |
| XYZ | 36.42 | 28.72 | 4.6 | - |
| YUV | 139.18 | 64.13 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 120 | 26 | 0 | 0.45 | 0.88 | 0.14 | 29.07 | 0.79 | 0.48 |
| Hex | DC | 78 | 1A | 0 | 2D | 58 | E | 1D | 4F | 30 |
| Octal | 334 | 170 | 32 | 0 | 55 | 130 | 16 | 35 | 117 | 60 |
| Binary | 11011100 | 1111000 | 11010 | 0 | 101101 | 1011000 | 1110 | 11101 | 1001111 | 110000 |
Color Harmonies of #DC781A
Complementary color
Monochromatic Colors of #DC781A
Black with #DC781A
Text Example
Text Example
White with #DC781A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC781A; }
p { color: rgb(220,120,26); }
H1.HeaderClassName
{
color: #DC781A;
}
.AnyTagClassName
{
color: #DC781A;
}
</style>
background-color css
<style>
a { background-color: #DC781A; }
a { background-color: rgb(220,120,26); }
div.DivClassName
{
background-color: #DC781A;
}
.BgClassName
{
background-color: #DC781A;
}
</style>
border-color css
<style>
span { border-color: #DC781A; }
span { border-color: rgb(220,120,26); }
td.TdClassName
{
border-color: #DC781A;
}
.TagClassName
{
border-color: #DC781A;
}
</style>