Shades of Ochre #DA7B11
Tints of Ochre #DA7B11
RGB
CMYK
RGB Variations
Color information
#DA7B11 (or 0xDA7B11) is known color: Ochre. HEX triplet: DA, 7B and 11. RGB value is (218,123,17). Sum of RGB (Red+Green+Blue) = 218+123+17=358 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.89% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 17 (7.03% from 255 or 4.75% from 358); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7B11 is #2584EE. Grayscale: #8B8B8B. Windows color (decimal): -2458863 or 1145818. OLE color: 1145818.
HSL color Cylindrical-coordinate representation of color #DA7B11: hue angle of 31.64º degrees, saturation: 0.86, 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 #DA7B11 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 123 | 17 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.15 |
| HSL | 31.64º | 0.86% | 0.46% | - |
| HSV(B) | 31.64º | 0.92% | 0.85% | - |
| XYZ | 36.1 | 29.11 | 4.25 | - |
| YUV | 139.32 | 58.97 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 123 | 17 | 0 | 0.44 | 0.92 | 0.15 | 31.64 | 0.86 | 0.46 |
| Hex | DA | 7B | 11 | 0 | 2C | 5C | F | 20 | 56 | 2E |
| Octal | 332 | 173 | 21 | 0 | 54 | 134 | 17 | 40 | 126 | 56 |
| Binary | 11011010 | 1111011 | 10001 | 0 | 101100 | 1011100 | 1111 | 100000 | 1010110 | 101110 |
Color Harmonies of #DA7B11
Complementary color
Monochromatic Colors of #DA7B11
Black with #DA7B11
Text Example
Text Example
White with #DA7B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7B11; }
p { color: rgb(218,123,17); }
H1.HeaderClassName
{
color: #DA7B11;
}
.AnyTagClassName
{
color: #DA7B11;
}
</style>
background-color css
<style>
a { background-color: #DA7B11; }
a { background-color: rgb(218,123,17); }
div.DivClassName
{
background-color: #DA7B11;
}
.BgClassName
{
background-color: #DA7B11;
}
</style>
border-color css
<style>
span { border-color: #DA7B11; }
span { border-color: rgb(218,123,17); }
td.TdClassName
{
border-color: #DA7B11;
}
.TagClassName
{
border-color: #DA7B11;
}
</style>