Shades of Ochre #DA7F20
Tints of Ochre #DA7F20
RGB
CMYK
RGB Variations
Color information
#DA7F20 (or 0xDA7F20) is known color: Ochre. HEX triplet: DA, 7F and 20. RGB value is (218,127,32). Sum of RGB (Red+Green+Blue) = 218+127+32=377 (49% of max value = 765). Red value is 218 (85.55% from 255 or 57.82% from 377); Green value is 127 (50% from 255 or 33.69% from 377); Blue value is 32 (12.89% from 255 or 8.49% from 377); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7F20 is #2580DF. Grayscale: #8F8F8F. Windows color (decimal): -2457824 or 2129882. OLE color: 2129882.
HSL color Cylindrical-coordinate representation of color #DA7F20: hue angle of 30.65º 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 #DA7F20 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 127 | 32 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.15 |
| HSL | 30.65º | 0.74% | 0.49% | - |
| HSV(B) | 30.65º | 0.85% | 0.85% | - |
| XYZ | 36.76 | 30.19 | 5.26 | - |
| YUV | 143.38 | 65.15 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 127 | 32 | 0 | 0.42 | 0.85 | 0.15 | 30.65 | 0.74 | 0.49 |
| Hex | DA | 7F | 20 | 0 | 2A | 55 | F | 1F | 4A | 31 |
| Octal | 332 | 177 | 40 | 0 | 52 | 125 | 17 | 37 | 112 | 61 |
| Binary | 11011010 | 1111111 | 100000 | 0 | 101010 | 1010101 | 1111 | 11111 | 1001010 | 110001 |
Color Harmonies of #DA7F20
Complementary color
Monochromatic Colors of #DA7F20
Black with #DA7F20
Text Example
Text Example
White with #DA7F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7F20; }
p { color: rgb(218,127,32); }
H1.HeaderClassName
{
color: #DA7F20;
}
.AnyTagClassName
{
color: #DA7F20;
}
</style>
background-color css
<style>
a { background-color: #DA7F20; }
a { background-color: rgb(218,127,32); }
div.DivClassName
{
background-color: #DA7F20;
}
.BgClassName
{
background-color: #DA7F20;
}
</style>
border-color css
<style>
span { border-color: #DA7F20; }
span { border-color: rgb(218,127,32); }
td.TdClassName
{
border-color: #DA7F20;
}
.TagClassName
{
border-color: #DA7F20;
}
</style>