Shades of Ochre #DF7915
Tints of Ochre #DF7915
RGB
CMYK
RGB Variations
Color information
#DF7915 (or 0xDF7915) is known color: Ochre. HEX triplet: DF, 79 and 15. RGB value is (223,121,21). Sum of RGB (Red+Green+Blue) = 223+121+21=365 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.10% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 21 (8.59% from 255 or 5.75% from 365); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DF7915 is #2086EA. Grayscale: #8C8C8C. Windows color (decimal): -2131691 or 1407455. OLE color: 1407455.
HSL color Cylindrical-coordinate representation of color #DF7915: hue angle of 29.7º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF7915 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 121 | 21 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.13 |
| HSL | 29.7º | 0.83% | 0.48% | - |
| HSV(B) | 29.7º | 0.91% | 0.87% | - |
| XYZ | 37.4 | 29.42 | 4.42 | - |
| YUV | 140.1 | 60.79 | 187.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 121 | 21 | 0 | 0.46 | 0.91 | 0.13 | 29.7 | 0.83 | 0.48 |
| Hex | DF | 79 | 15 | 0 | 2E | 5B | D | 1E | 53 | 30 |
| Octal | 337 | 171 | 25 | 0 | 56 | 133 | 15 | 36 | 123 | 60 |
| Binary | 11011111 | 1111001 | 10101 | 0 | 101110 | 1011011 | 1101 | 11110 | 1010011 | 110000 |
Color Harmonies of #DF7915
Complementary color
Monochromatic Colors of #DF7915
Black with #DF7915
Text Example
Text Example
White with #DF7915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF7915; }
p { color: rgb(223,121,21); }
H1.HeaderClassName
{
color: #DF7915;
}
.AnyTagClassName
{
color: #DF7915;
}
</style>
background-color css
<style>
a { background-color: #DF7915; }
a { background-color: rgb(223,121,21); }
div.DivClassName
{
background-color: #DF7915;
}
.BgClassName
{
background-color: #DF7915;
}
</style>
border-color css
<style>
span { border-color: #DF7915; }
span { border-color: rgb(223,121,21); }
td.TdClassName
{
border-color: #DF7915;
}
.TagClassName
{
border-color: #DF7915;
}
</style>