Shades of Ochre #DA7D20
Tints of Ochre #DA7D20
RGB
CMYK
RGB Variations
Color information
#DA7D20 (or 0xDA7D20) is known color: Ochre. HEX triplet: DA, 7D and 20. RGB value is (218,125,32). Sum of RGB (Red+Green+Blue) = 218+125+32=375 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.13% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 32 (12.89% from 255 or 8.53% from 375); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7D20 is #2582DF. Grayscale: #8E8E8E. Windows color (decimal): -2458336 or 2129370. OLE color: 2129370.
HSL color Cylindrical-coordinate representation of color #DA7D20: hue angle of 30º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA7D20 is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 125 | 32 | - |
| CMYK | 0 | 0.43 | 0.85 | 0.15 |
| HSL | 30º | 0.74% | 0.49% | - |
| HSV(B) | 30º | 0.85% | 0.85% | - |
| XYZ | 36.51 | 29.68 | 5.17 | - |
| YUV | 142.21 | 65.81 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 125 | 32 | 0 | 0.43 | 0.85 | 0.15 | 30 | 0.74 | 0.49 |
| Hex | DA | 7D | 20 | 0 | 2B | 55 | F | 1E | 4A | 31 |
| Octal | 332 | 175 | 40 | 0 | 53 | 125 | 17 | 36 | 112 | 61 |
| Binary | 11011010 | 1111101 | 100000 | 0 | 101011 | 1010101 | 1111 | 11110 | 1001010 | 110001 |
Color Harmonies of #DA7D20
Complementary color
Monochromatic Colors of #DA7D20
Black with #DA7D20
Text Example
Text Example
White with #DA7D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7D20; }
p { color: rgb(218,125,32); }
H1.HeaderClassName
{
color: #DA7D20;
}
.AnyTagClassName
{
color: #DA7D20;
}
</style>
background-color css
<style>
a { background-color: #DA7D20; }
a { background-color: rgb(218,125,32); }
div.DivClassName
{
background-color: #DA7D20;
}
.BgClassName
{
background-color: #DA7D20;
}
</style>
border-color css
<style>
span { border-color: #DA7D20; }
span { border-color: rgb(218,125,32); }
td.TdClassName
{
border-color: #DA7D20;
}
.TagClassName
{
border-color: #DA7D20;
}
</style>