Shades of Peru #D98942
Tints of Peru #D98942
RGB
CMYK
RGB Variations
Color information
#D98942 (or 0xD98942) is known color: Peru. HEX triplet: D9, 89 and 42. RGB value is (217,137,66). Sum of RGB (Red+Green+Blue) = 217+137+66=420 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.67% from 420); Green value is 137 (53.91% from 255 or 32.62% from 420); Blue value is 66 (26.17% from 255 or 15.71% from 420); Max value from RGB is 217 - color contains mainly: red. Hex color #D98942 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D98942 is #2676BD. Grayscale: #999999. Windows color (decimal): -2520766 or 4360665. OLE color: 4360665.
HSL color Cylindrical-coordinate representation of color #D98942: hue angle of 28.21º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D98942 is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 137 | 66 | - |
| CMYK | 0 | 0.37 | 0.70 | 0.15 |
| HSL | 28.21º | 0.67% | 0.55% | - |
| HSV(B) | 28.21º | 0.7% | 0.85% | - |
| XYZ | 38.54 | 33.04 | 9.5 | - |
| YUV | 152.83 | 79 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 137 | 66 | 0 | 0.37 | 0.70 | 0.15 | 28.21 | 0.67 | 0.55 |
| Hex | D9 | 89 | 42 | 0 | 25 | 46 | F | 1C | 43 | 37 |
| Octal | 331 | 211 | 102 | 0 | 45 | 106 | 17 | 34 | 103 | 67 |
| Binary | 11011001 | 10001001 | 1000010 | 0 | 100101 | 1000110 | 1111 | 11100 | 1000011 | 110111 |
Color Harmonies of #D98942
Complementary color
Monochromatic Colors of #D98942
Black with #D98942
Text Example
Text Example
White with #D98942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98942; }
p { color: rgb(217,137,66); }
H1.HeaderClassName
{
color: #D98942;
}
.AnyTagClassName
{
color: #D98942;
}
</style>
background-color css
<style>
a { background-color: #D98942; }
a { background-color: rgb(217,137,66); }
div.DivClassName
{
background-color: #D98942;
}
.BgClassName
{
background-color: #D98942;
}
</style>
border-color css
<style>
span { border-color: #D98942; }
span { border-color: rgb(217,137,66); }
td.TdClassName
{
border-color: #D98942;
}
.TagClassName
{
border-color: #D98942;
}
</style>