Shades of Ochre #DA7713
Tints of Ochre #DA7713
RGB
CMYK
RGB Variations
Color information
#DA7713 (or 0xDA7713) is known color: Ochre. HEX triplet: DA, 77 and 13. RGB value is (218,119,19). Sum of RGB (Red+Green+Blue) = 218+119+19=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 19 (7.81% from 255 or 5.34% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7713 is #2588EC. Grayscale: #898989. Windows color (decimal): -2459885 or 1275866. OLE color: 1275866.
HSL color Cylindrical-coordinate representation of color #DA7713: hue angle of 30.15º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA7713 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 119 | 19 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.15 |
| HSL | 30.15º | 0.84% | 0.46% | - |
| HSV(B) | 30.15º | 0.91% | 0.85% | - |
| XYZ | 35.63 | 28.15 | 4.17 | - |
| YUV | 137.2 | 61.3 | 185.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 119 | 19 | 0 | 0.45 | 0.91 | 0.15 | 30.15 | 0.84 | 0.46 |
| Hex | DA | 77 | 13 | 0 | 2D | 5B | F | 1E | 54 | 2E |
| Octal | 332 | 167 | 23 | 0 | 55 | 133 | 17 | 36 | 124 | 56 |
| Binary | 11011010 | 1110111 | 10011 | 0 | 101101 | 1011011 | 1111 | 11110 | 1010100 | 101110 |
Color Harmonies of #DA7713
Complementary color
Monochromatic Colors of #DA7713
Black with #DA7713
Text Example
Text Example
White with #DA7713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7713; }
p { color: rgb(218,119,19); }
H1.HeaderClassName
{
color: #DA7713;
}
.AnyTagClassName
{
color: #DA7713;
}
</style>
background-color css
<style>
a { background-color: #DA7713; }
a { background-color: rgb(218,119,19); }
div.DivClassName
{
background-color: #DA7713;
}
.BgClassName
{
background-color: #DA7713;
}
</style>
border-color css
<style>
span { border-color: #DA7713; }
span { border-color: rgb(218,119,19); }
td.TdClassName
{
border-color: #DA7713;
}
.TagClassName
{
border-color: #DA7713;
}
</style>