Shades of Ochre #D77518
Tints of Ochre #D77518
RGB
CMYK
RGB Variations
Color information
#D77518 (or 0xD77518) is known color: Ochre. HEX triplet: D7, 75 and 18. RGB value is (215,117,24). Sum of RGB (Red+Green+Blue) = 215+117+24=356 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.39% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 24 (9.77% from 255 or 6.74% from 356); Max value from RGB is 215 - color contains mainly: red. Hex color #D77518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77518 is #288AE7. Grayscale: #888888. Windows color (decimal): -2657000 or 1603031. OLE color: 1603031.
HSL color Cylindrical-coordinate representation of color #D77518: hue angle of 29.21º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D77518 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 117 | 24 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.16 |
| HSL | 29.21º | 0.8% | 0.47% | - |
| HSV(B) | 29.21º | 0.89% | 0.84% | - |
| XYZ | 34.55 | 27.24 | 4.3 | - |
| YUV | 135.7 | 64.97 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 117 | 24 | 0 | 0.46 | 0.89 | 0.16 | 29.21 | 0.8 | 0.47 |
| Hex | D7 | 75 | 18 | 0 | 2E | 59 | 10 | 1D | 50 | 2F |
| Octal | 327 | 165 | 30 | 0 | 56 | 131 | 20 | 35 | 120 | 57 |
| Binary | 11010111 | 1110101 | 11000 | 0 | 101110 | 1011001 | 10000 | 11101 | 1010000 | 101111 |
Color Harmonies of #D77518
Complementary color
Monochromatic Colors of #D77518
Black with #D77518
Text Example
Text Example
White with #D77518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77518; }
p { color: rgb(215,117,24); }
H1.HeaderClassName
{
color: #D77518;
}
.AnyTagClassName
{
color: #D77518;
}
</style>
background-color css
<style>
a { background-color: #D77518; }
a { background-color: rgb(215,117,24); }
div.DivClassName
{
background-color: #D77518;
}
.BgClassName
{
background-color: #D77518;
}
</style>
border-color css
<style>
span { border-color: #D77518; }
span { border-color: rgb(215,117,24); }
td.TdClassName
{
border-color: #D77518;
}
.TagClassName
{
border-color: #D77518;
}
</style>