Shades of Ochre #DA7D1E
Tints of Ochre #DA7D1E
RGB
CMYK
RGB Variations
Color information
#DA7D1E (or 0xDA7D1E) is known color: Ochre. HEX triplet: DA, 7D and 1E. RGB value is (218,125,30). Sum of RGB (Red+Green+Blue) = 218+125+30=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 30 (12.11% from 255 or 8.04% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7D1E is #2582E1. Grayscale: #8E8E8E. Windows color (decimal): -2458338 or 1998298. OLE color: 1998298.
HSL color Cylindrical-coordinate representation of color #DA7D1E: hue angle of 30.32º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA7D1E is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 125 | 30 | - |
| CMYK | 0 | 0.43 | 0.86 | 0.15 |
| HSL | 30.32º | 0.76% | 0.49% | - |
| HSV(B) | 30.32º | 0.86% | 0.85% | - |
| XYZ | 36.48 | 29.67 | 5.03 | - |
| YUV | 141.98 | 64.81 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 125 | 30 | 0 | 0.43 | 0.86 | 0.15 | 30.32 | 0.76 | 0.49 |
| Hex | DA | 7D | 1E | 0 | 2B | 56 | F | 1E | 4C | 31 |
| Octal | 332 | 175 | 36 | 0 | 53 | 126 | 17 | 36 | 114 | 61 |
| Binary | 11011010 | 1111101 | 11110 | 0 | 101011 | 1010110 | 1111 | 11110 | 1001100 | 110001 |
Color Harmonies of #DA7D1E
Complementary color
Monochromatic Colors of #DA7D1E
Black with #DA7D1E
Text Example
Text Example
White with #DA7D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7D1E; }
p { color: rgb(218,125,30); }
H1.HeaderClassName
{
color: #DA7D1E;
}
.AnyTagClassName
{
color: #DA7D1E;
}
</style>
background-color css
<style>
a { background-color: #DA7D1E; }
a { background-color: rgb(218,125,30); }
div.DivClassName
{
background-color: #DA7D1E;
}
.BgClassName
{
background-color: #DA7D1E;
}
</style>
border-color css
<style>
span { border-color: #DA7D1E; }
span { border-color: rgb(218,125,30); }
td.TdClassName
{
border-color: #DA7D1E;
}
.TagClassName
{
border-color: #DA7D1E;
}
</style>