Shades of Ochre #DA761C
Tints of Ochre #DA761C
RGB
CMYK
RGB Variations
Color information
#DA761C (or 0xDA761C) is known color: Ochre. HEX triplet: DA, 76 and 1C. RGB value is (218,118,28). Sum of RGB (Red+Green+Blue) = 218+118+28=364 (48% of max value = 765). Red value is 218 (85.55% from 255 or 59.89% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 28 (11.33% from 255 or 7.69% from 364); Max value from RGB is 218 - color contains mainly: red. Hex color #DA761C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA761C is #2589E3. Grayscale: #8A8A8A. Windows color (decimal): -2460132 or 1865434. OLE color: 1865434.
HSL color Cylindrical-coordinate representation of color #DA761C: hue angle of 28.42º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA761C is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 118 | 28 | - |
| CMYK | 0 | 0.46 | 0.87 | 0.15 |
| HSL | 28.42º | 0.77% | 0.48% | - |
| HSV(B) | 28.42º | 0.87% | 0.85% | - |
| XYZ | 35.6 | 27.95 | 4.62 | - |
| YUV | 137.64 | 66.13 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 118 | 28 | 0 | 0.46 | 0.87 | 0.15 | 28.42 | 0.77 | 0.48 |
| Hex | DA | 76 | 1C | 0 | 2E | 57 | F | 1C | 4D | 30 |
| Octal | 332 | 166 | 34 | 0 | 56 | 127 | 17 | 34 | 115 | 60 |
| Binary | 11011010 | 1110110 | 11100 | 0 | 101110 | 1010111 | 1111 | 11100 | 1001101 | 110000 |
Color Harmonies of #DA761C
Complementary color
Monochromatic Colors of #DA761C
Black with #DA761C
Text Example
Text Example
White with #DA761C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA761C; }
p { color: rgb(218,118,28); }
H1.HeaderClassName
{
color: #DA761C;
}
.AnyTagClassName
{
color: #DA761C;
}
</style>
background-color css
<style>
a { background-color: #DA761C; }
a { background-color: rgb(218,118,28); }
div.DivClassName
{
background-color: #DA761C;
}
.BgClassName
{
background-color: #DA761C;
}
</style>
border-color css
<style>
span { border-color: #DA761C; }
span { border-color: rgb(218,118,28); }
td.TdClassName
{
border-color: #DA761C;
}
.TagClassName
{
border-color: #DA761C;
}
</style>