Shades of Ochre #DA7A1B
Tints of Ochre #DA7A1B
RGB
CMYK
RGB Variations
Color information
#DA7A1B (or 0xDA7A1B) is known color: Ochre. HEX triplet: DA, 7A and 1B. RGB value is (218,122,27). Sum of RGB (Red+Green+Blue) = 218+122+27=367 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.40% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 27 (10.94% from 255 or 7.36% from 367); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7A1B is #2585E4. Grayscale: #8C8C8C. Windows color (decimal): -2459109 or 1800922. OLE color: 1800922.
HSL color Cylindrical-coordinate representation of color #DA7A1B: hue angle of 29.84º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA7A1B is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 122 | 27 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.15 |
| HSL | 29.84º | 0.78% | 0.48% | - |
| HSV(B) | 29.84º | 0.88% | 0.85% | - |
| XYZ | 36.07 | 28.9 | 4.71 | - |
| YUV | 139.87 | 64.3 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 122 | 27 | 0 | 0.44 | 0.88 | 0.15 | 29.84 | 0.78 | 0.48 |
| Hex | DA | 7A | 1B | 0 | 2C | 58 | F | 1E | 4E | 30 |
| Octal | 332 | 172 | 33 | 0 | 54 | 130 | 17 | 36 | 116 | 60 |
| Binary | 11011010 | 1111010 | 11011 | 0 | 101100 | 1011000 | 1111 | 11110 | 1001110 | 110000 |
Color Harmonies of #DA7A1B
Complementary color
Monochromatic Colors of #DA7A1B
Black with #DA7A1B
Text Example
Text Example
White with #DA7A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7A1B; }
p { color: rgb(218,122,27); }
H1.HeaderClassName
{
color: #DA7A1B;
}
.AnyTagClassName
{
color: #DA7A1B;
}
</style>
background-color css
<style>
a { background-color: #DA7A1B; }
a { background-color: rgb(218,122,27); }
div.DivClassName
{
background-color: #DA7A1B;
}
.BgClassName
{
background-color: #DA7A1B;
}
</style>
border-color css
<style>
span { border-color: #DA7A1B; }
span { border-color: rgb(218,122,27); }
td.TdClassName
{
border-color: #DA7A1B;
}
.TagClassName
{
border-color: #DA7A1B;
}
</style>