Shades of Ochre #D77924
Tints of Ochre #D77924
RGB
CMYK
RGB Variations
Color information
#D77924 (or 0xD77924) is known color: Ochre. HEX triplet: D7, 79 and 24. RGB value is (215,121,36). Sum of RGB (Red+Green+Blue) = 215+121+36=372 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.80% from 372); Green value is 121 (47.66% from 255 or 32.53% from 372); Blue value is 36 (14.45% from 255 or 9.68% from 372); Max value from RGB is 215 - color contains mainly: red. Hex color #D77924 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D77924 is #2886DB. Grayscale: #8B8B8B. Windows color (decimal): -2655964 or 2390487. OLE color: 2390487.
HSL color Cylindrical-coordinate representation of color #D77924: hue angle of 28.49º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D77924 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 121 | 36 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.16 |
| HSL | 28.49º | 0.71% | 0.49% | - |
| HSV(B) | 28.49º | 0.83% | 0.84% | - |
| XYZ | 35.18 | 28.25 | 5.27 | - |
| YUV | 139.42 | 69.64 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 121 | 36 | 0 | 0.44 | 0.83 | 0.16 | 28.49 | 0.71 | 0.49 |
| Hex | D7 | 79 | 24 | 0 | 2C | 53 | 10 | 1C | 47 | 31 |
| Octal | 327 | 171 | 44 | 0 | 54 | 123 | 20 | 34 | 107 | 61 |
| Binary | 11010111 | 1111001 | 100100 | 0 | 101100 | 1010011 | 10000 | 11100 | 1000111 | 110001 |
Color Harmonies of #D77924
Complementary color
Monochromatic Colors of #D77924
Black with #D77924
Text Example
Text Example
White with #D77924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77924; }
p { color: rgb(215,121,36); }
H1.HeaderClassName
{
color: #D77924;
}
.AnyTagClassName
{
color: #D77924;
}
</style>
background-color css
<style>
a { background-color: #D77924; }
a { background-color: rgb(215,121,36); }
div.DivClassName
{
background-color: #D77924;
}
.BgClassName
{
background-color: #D77924;
}
</style>
border-color css
<style>
span { border-color: #D77924; }
span { border-color: rgb(215,121,36); }
td.TdClassName
{
border-color: #D77924;
}
.TagClassName
{
border-color: #D77924;
}
</style>