Shades of Ochre #DA7B1F
Tints of Ochre #DA7B1F
RGB
CMYK
RGB Variations
Color information
#DA7B1F (or 0xDA7B1F) is known color: Ochre. HEX triplet: DA, 7B and 1F. RGB value is (218,123,31). Sum of RGB (Red+Green+Blue) = 218+123+31=372 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.60% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 31 (12.5% from 255 or 8.33% from 372); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7B1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7B1F is #2584E0. Grayscale: #8D8D8D. Windows color (decimal): -2458849 or 2063322. OLE color: 2063322.
HSL color Cylindrical-coordinate representation of color #DA7B1F: hue angle of 29.52º 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 #DA7B1F is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 123 | 31 | - |
| CMYK | 0 | 0.44 | 0.86 | 0.15 |
| HSL | 29.52º | 0.75% | 0.49% | - |
| HSV(B) | 29.52º | 0.86% | 0.85% | - |
| XYZ | 36.24 | 29.17 | 5.02 | - |
| YUV | 140.92 | 65.97 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 123 | 31 | 0 | 0.44 | 0.86 | 0.15 | 29.52 | 0.75 | 0.49 |
| Hex | DA | 7B | 1F | 0 | 2C | 56 | F | 1E | 4B | 31 |
| Octal | 332 | 173 | 37 | 0 | 54 | 126 | 17 | 36 | 113 | 61 |
| Binary | 11011010 | 1111011 | 11111 | 0 | 101100 | 1010110 | 1111 | 11110 | 1001011 | 110001 |
Color Harmonies of #DA7B1F
Complementary color
Monochromatic Colors of #DA7B1F
Black with #DA7B1F
Text Example
Text Example
White with #DA7B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7B1F; }
p { color: rgb(218,123,31); }
H1.HeaderClassName
{
color: #DA7B1F;
}
.AnyTagClassName
{
color: #DA7B1F;
}
</style>
background-color css
<style>
a { background-color: #DA7B1F; }
a { background-color: rgb(218,123,31); }
div.DivClassName
{
background-color: #DA7B1F;
}
.BgClassName
{
background-color: #DA7B1F;
}
</style>
border-color css
<style>
span { border-color: #DA7B1F; }
span { border-color: rgb(218,123,31); }
td.TdClassName
{
border-color: #DA7B1F;
}
.TagClassName
{
border-color: #DA7B1F;
}
</style>