Shades of Ochre #DA781B
Tints of Ochre #DA781B
RGB
CMYK
RGB Variations
Color information
#DA781B (or 0xDA781B) is known color: Ochre. HEX triplet: DA, 78 and 1B. RGB value is (218,120,27). Sum of RGB (Red+Green+Blue) = 218+120+27=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 27 (10.94% from 255 or 7.40% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA781B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA781B is #2587E4. Grayscale: #8B8B8B. Windows color (decimal): -2459621 or 1800410. OLE color: 1800410.
HSL color Cylindrical-coordinate representation of color #DA781B: hue angle of 29.21º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA781B is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 120 | 27 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.15 |
| HSL | 29.21º | 0.78% | 0.48% | - |
| HSV(B) | 29.21º | 0.88% | 0.85% | - |
| XYZ | 35.83 | 28.42 | 4.63 | - |
| YUV | 138.7 | 64.97 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 120 | 27 | 0 | 0.45 | 0.88 | 0.15 | 29.21 | 0.78 | 0.48 |
| Hex | DA | 78 | 1B | 0 | 2D | 58 | F | 1D | 4E | 30 |
| Octal | 332 | 170 | 33 | 0 | 55 | 130 | 17 | 35 | 116 | 60 |
| Binary | 11011010 | 1111000 | 11011 | 0 | 101101 | 1011000 | 1111 | 11101 | 1001110 | 110000 |
Color Harmonies of #DA781B
Complementary color
Monochromatic Colors of #DA781B
Black with #DA781B
Text Example
Text Example
White with #DA781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA781B; }
p { color: rgb(218,120,27); }
H1.HeaderClassName
{
color: #DA781B;
}
.AnyTagClassName
{
color: #DA781B;
}
</style>
background-color css
<style>
a { background-color: #DA781B; }
a { background-color: rgb(218,120,27); }
div.DivClassName
{
background-color: #DA781B;
}
.BgClassName
{
background-color: #DA781B;
}
</style>
border-color css
<style>
span { border-color: #DA781B; }
span { border-color: rgb(218,120,27); }
td.TdClassName
{
border-color: #DA781B;
}
.TagClassName
{
border-color: #DA781B;
}
</style>