Shades of Ochre #DA7F15
Tints of Ochre #DA7F15
RGB
CMYK
RGB Variations
Color information
#DA7F15 (or 0xDA7F15) is known color: Ochre. HEX triplet: DA, 7F and 15. RGB value is (218,127,21). Sum of RGB (Red+Green+Blue) = 218+127+21=366 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.56% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 21 (8.59% from 255 or 5.74% from 366); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7F15 is #2580EA. Grayscale: #8E8E8E. Windows color (decimal): -2457835 or 1408986. OLE color: 1408986.
HSL color Cylindrical-coordinate representation of color #DA7F15: hue angle of 32.28º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA7F15 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 127 | 21 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.15 |
| HSL | 32.28º | 0.82% | 0.47% | - |
| HSV(B) | 32.28º | 0.9% | 0.85% | - |
| XYZ | 36.64 | 30.14 | 4.6 | - |
| YUV | 142.13 | 59.65 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 127 | 21 | 0 | 0.42 | 0.90 | 0.15 | 32.28 | 0.82 | 0.47 |
| Hex | DA | 7F | 15 | 0 | 2A | 5A | F | 20 | 52 | 2F |
| Octal | 332 | 177 | 25 | 0 | 52 | 132 | 17 | 40 | 122 | 57 |
| Binary | 11011010 | 1111111 | 10101 | 0 | 101010 | 1011010 | 1111 | 100000 | 1010010 | 101111 |
Color Harmonies of #DA7F15
Complementary color
Monochromatic Colors of #DA7F15
Black with #DA7F15
Text Example
Text Example
White with #DA7F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7F15; }
p { color: rgb(218,127,21); }
H1.HeaderClassName
{
color: #DA7F15;
}
.AnyTagClassName
{
color: #DA7F15;
}
</style>
background-color css
<style>
a { background-color: #DA7F15; }
a { background-color: rgb(218,127,21); }
div.DivClassName
{
background-color: #DA7F15;
}
.BgClassName
{
background-color: #DA7F15;
}
</style>
border-color css
<style>
span { border-color: #DA7F15; }
span { border-color: rgb(218,127,21); }
td.TdClassName
{
border-color: #DA7F15;
}
.TagClassName
{
border-color: #DA7F15;
}
</style>