Shades of Ochre #DA7A1F
Tints of Ochre #DA7A1F
RGB
CMYK
RGB Variations
Color information
#DA7A1F (or 0xDA7A1F) is known color: Ochre. HEX triplet: DA, 7A and 1F. RGB value is (218,122,31). Sum of RGB (Red+Green+Blue) = 218+122+31=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 31 (12.5% from 255 or 8.36% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7A1F is #2585E0. Grayscale: #8C8C8C. Windows color (decimal): -2459105 or 2063066. OLE color: 2063066.
HSL color Cylindrical-coordinate representation of color #DA7A1F: hue angle of 29.2º degrees, saturation: 0.75, 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 #DA7A1F is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 122 | 31 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.15 |
| HSL | 29.2º | 0.75% | 0.49% | - |
| HSV(B) | 29.2º | 0.86% | 0.85% | - |
| XYZ | 36.12 | 28.92 | 4.98 | - |
| YUV | 140.33 | 66.3 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 122 | 31 | 0 | 0.44 | 0.86 | 0.15 | 29.2 | 0.75 | 0.49 |
| Hex | DA | 7A | 1F | 0 | 2C | 56 | F | 1D | 4B | 31 |
| Octal | 332 | 172 | 37 | 0 | 54 | 126 | 17 | 35 | 113 | 61 |
| Binary | 11011010 | 1111010 | 11111 | 0 | 101100 | 1010110 | 1111 | 11101 | 1001011 | 110001 |
Color Harmonies of #DA7A1F
Complementary color
Monochromatic Colors of #DA7A1F
Black with #DA7A1F
Text Example
Text Example
White with #DA7A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7A1F; }
p { color: rgb(218,122,31); }
H1.HeaderClassName
{
color: #DA7A1F;
}
.AnyTagClassName
{
color: #DA7A1F;
}
</style>
background-color css
<style>
a { background-color: #DA7A1F; }
a { background-color: rgb(218,122,31); }
div.DivClassName
{
background-color: #DA7A1F;
}
.BgClassName
{
background-color: #DA7A1F;
}
</style>
border-color css
<style>
span { border-color: #DA7A1F; }
span { border-color: rgb(218,122,31); }
td.TdClassName
{
border-color: #DA7A1F;
}
.TagClassName
{
border-color: #DA7A1F;
}
</style>