Shades of Ochre #D77517
Tints of Ochre #D77517
RGB
CMYK
RGB Variations
Color information
#D77517 (or 0xD77517) is known color: Ochre. HEX triplet: D7, 75 and 17. RGB value is (215,117,23). Sum of RGB (Red+Green+Blue) = 215+117+23=355 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.56% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 23 (9.38% from 255 or 6.48% from 355); Max value from RGB is 215 - color contains mainly: red. Hex color #D77517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D77517 is #288AE8. Grayscale: #888888. Windows color (decimal): -2657001 or 1537495. OLE color: 1537495.
HSL color Cylindrical-coordinate representation of color #D77517: hue angle of 29.38º degrees, saturation: 0.81, 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 #D77517 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 117 | 23 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.16 |
| HSL | 29.38º | 0.81% | 0.47% | - |
| HSV(B) | 29.38º | 0.89% | 0.84% | - |
| XYZ | 34.54 | 27.23 | 4.25 | - |
| YUV | 135.59 | 64.47 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 117 | 23 | 0 | 0.46 | 0.89 | 0.16 | 29.38 | 0.81 | 0.47 |
| Hex | D7 | 75 | 17 | 0 | 2E | 59 | 10 | 1D | 51 | 2F |
| Octal | 327 | 165 | 27 | 0 | 56 | 131 | 20 | 35 | 121 | 57 |
| Binary | 11010111 | 1110101 | 10111 | 0 | 101110 | 1011001 | 10000 | 11101 | 1010001 | 101111 |
Color Harmonies of #D77517
Complementary color
Monochromatic Colors of #D77517
Black with #D77517
Text Example
Text Example
White with #D77517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D77517; }
p { color: rgb(215,117,23); }
H1.HeaderClassName
{
color: #D77517;
}
.AnyTagClassName
{
color: #D77517;
}
</style>
background-color css
<style>
a { background-color: #D77517; }
a { background-color: rgb(215,117,23); }
div.DivClassName
{
background-color: #D77517;
}
.BgClassName
{
background-color: #D77517;
}
</style>
border-color css
<style>
span { border-color: #D77517; }
span { border-color: rgb(215,117,23); }
td.TdClassName
{
border-color: #D77517;
}
.TagClassName
{
border-color: #D77517;
}
</style>