Shades of Ochre #DA7812
Tints of Ochre #DA7812
RGB
CMYK
RGB Variations
Color information
#DA7812 (or 0xDA7812) is known color: Ochre. HEX triplet: DA, 78 and 12. RGB value is (218,120,18). Sum of RGB (Red+Green+Blue) = 218+120+18=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 18 (7.42% from 255 or 5.06% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7812 is #2587ED. Grayscale: #8A8A8A. Windows color (decimal): -2459630 or 1210586. OLE color: 1210586.
HSL color Cylindrical-coordinate representation of color #DA7812: hue angle of 30.6º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA7812 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 120 | 18 | - |
| CMYK | 0 | 0.45 | 0.92 | 0.15 |
| HSL | 30.6º | 0.85% | 0.46% | - |
| HSV(B) | 30.6º | 0.92% | 0.85% | - |
| XYZ | 35.74 | 28.38 | 4.17 | - |
| YUV | 137.67 | 60.47 | 185.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 120 | 18 | 0 | 0.45 | 0.92 | 0.15 | 30.6 | 0.85 | 0.46 |
| Hex | DA | 78 | 12 | 0 | 2D | 5C | F | 1F | 55 | 2E |
| Octal | 332 | 170 | 22 | 0 | 55 | 134 | 17 | 37 | 125 | 56 |
| Binary | 11011010 | 1111000 | 10010 | 0 | 101101 | 1011100 | 1111 | 11111 | 1010101 | 101110 |
Color Harmonies of #DA7812
Complementary color
Monochromatic Colors of #DA7812
Black with #DA7812
Text Example
Text Example
White with #DA7812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7812; }
p { color: rgb(218,120,18); }
H1.HeaderClassName
{
color: #DA7812;
}
.AnyTagClassName
{
color: #DA7812;
}
</style>
background-color css
<style>
a { background-color: #DA7812; }
a { background-color: rgb(218,120,18); }
div.DivClassName
{
background-color: #DA7812;
}
.BgClassName
{
background-color: #DA7812;
}
</style>
border-color css
<style>
span { border-color: #DA7812; }
span { border-color: rgb(218,120,18); }
td.TdClassName
{
border-color: #DA7812;
}
.TagClassName
{
border-color: #DA7812;
}
</style>