Shades of Ochre #DA781E
Tints of Ochre #DA781E
RGB
CMYK
RGB Variations
Color information
#DA781E (or 0xDA781E) is known color: Ochre. HEX triplet: DA, 78 and 1E. RGB value is (218,120,30). Sum of RGB (Red+Green+Blue) = 218+120+30=368 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.24% from 368); Green value is 120 (47.27% from 255 or 32.61% from 368); Blue value is 30 (12.11% from 255 or 8.15% from 368); Max value from RGB is 218 - color contains mainly: red. Hex color #DA781E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA781E is #2587E1. Grayscale: #8B8B8B. Windows color (decimal): -2459618 or 1997018. OLE color: 1997018.
HSL color Cylindrical-coordinate representation of color #DA781E: hue angle of 28.72º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA781E is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 120 | 30 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.15 |
| HSL | 28.72º | 0.76% | 0.49% | - |
| HSV(B) | 28.72º | 0.86% | 0.85% | - |
| XYZ | 35.86 | 28.43 | 4.83 | - |
| YUV | 139.04 | 66.47 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 120 | 30 | 0 | 0.45 | 0.86 | 0.15 | 28.72 | 0.76 | 0.49 |
| Hex | DA | 78 | 1E | 0 | 2D | 56 | F | 1D | 4C | 31 |
| Octal | 332 | 170 | 36 | 0 | 55 | 126 | 17 | 35 | 114 | 61 |
| Binary | 11011010 | 1111000 | 11110 | 0 | 101101 | 1010110 | 1111 | 11101 | 1001100 | 110001 |
Color Harmonies of #DA781E
Complementary color
Monochromatic Colors of #DA781E
Black with #DA781E
Text Example
Text Example
White with #DA781E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA781E; }
p { color: rgb(218,120,30); }
H1.HeaderClassName
{
color: #DA781E;
}
.AnyTagClassName
{
color: #DA781E;
}
</style>
background-color css
<style>
a { background-color: #DA781E; }
a { background-color: rgb(218,120,30); }
div.DivClassName
{
background-color: #DA781E;
}
.BgClassName
{
background-color: #DA781E;
}
</style>
border-color css
<style>
span { border-color: #DA781E; }
span { border-color: rgb(218,120,30); }
td.TdClassName
{
border-color: #DA781E;
}
.TagClassName
{
border-color: #DA781E;
}
</style>