Shades of Ochre #DA7F14
Tints of Ochre #DA7F14
RGB
CMYK
RGB Variations
Color information
#DA7F14 (or 0xDA7F14) is known color: Ochre. HEX triplet: DA, 7F and 14. RGB value is (218,127,20). Sum of RGB (Red+Green+Blue) = 218+127+20=365 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.73% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7F14 is #2580EB. Grayscale: #8E8E8E. Windows color (decimal): -2457836 or 1343450. OLE color: 1343450.
HSL color Cylindrical-coordinate representation of color #DA7F14: hue angle of 32.42º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA7F14 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 127 | 20 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.15 |
| HSL | 32.42º | 0.83% | 0.47% | - |
| HSV(B) | 32.42º | 0.91% | 0.85% | - |
| XYZ | 36.63 | 30.13 | 4.55 | - |
| YUV | 142.01 | 59.15 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 127 | 20 | 0 | 0.42 | 0.91 | 0.15 | 32.42 | 0.83 | 0.47 |
| Hex | DA | 7F | 14 | 0 | 2A | 5B | F | 20 | 53 | 2F |
| Octal | 332 | 177 | 24 | 0 | 52 | 133 | 17 | 40 | 123 | 57 |
| Binary | 11011010 | 1111111 | 10100 | 0 | 101010 | 1011011 | 1111 | 100000 | 1010011 | 101111 |
Color Harmonies of #DA7F14
Complementary color
Monochromatic Colors of #DA7F14
Black with #DA7F14
Text Example
Text Example
White with #DA7F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7F14; }
p { color: rgb(218,127,20); }
H1.HeaderClassName
{
color: #DA7F14;
}
.AnyTagClassName
{
color: #DA7F14;
}
</style>
background-color css
<style>
a { background-color: #DA7F14; }
a { background-color: rgb(218,127,20); }
div.DivClassName
{
background-color: #DA7F14;
}
.BgClassName
{
background-color: #DA7F14;
}
</style>
border-color css
<style>
span { border-color: #DA7F14; }
span { border-color: rgb(218,127,20); }
td.TdClassName
{
border-color: #DA7F14;
}
.TagClassName
{
border-color: #DA7F14;
}
</style>