Shades of Peru #D9893B
Tints of Peru #D9893B
RGB
CMYK
RGB Variations
Color information
#D9893B (or 0xD9893B) is known color: Peru. HEX triplet: D9, 89 and 3B. RGB value is (217,137,59). Sum of RGB (Red+Green+Blue) = 217+137+59=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 59 (23.44% from 255 or 14.29% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D9893B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9893B is #2676C4. Grayscale: #989898. Windows color (decimal): -2520773 or 3901913. OLE color: 3901913.
HSL color Cylindrical-coordinate representation of color #D9893B: hue angle of 29.62º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D9893B is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 137 | 59 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.15 |
| HSL | 29.62º | 0.68% | 0.54% | - |
| HSV(B) | 29.62º | 0.73% | 0.85% | - |
| XYZ | 38.35 | 32.96 | 8.48 | - |
| YUV | 152.03 | 75.5 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 137 | 59 | 0 | 0.37 | 0.73 | 0.15 | 29.62 | 0.68 | 0.54 |
| Hex | D9 | 89 | 3B | 0 | 25 | 49 | F | 1E | 44 | 36 |
| Octal | 331 | 211 | 73 | 0 | 45 | 111 | 17 | 36 | 104 | 66 |
| Binary | 11011001 | 10001001 | 111011 | 0 | 100101 | 1001001 | 1111 | 11110 | 1000100 | 110110 |
Color Harmonies of #D9893B
Complementary color
Monochromatic Colors of #D9893B
Black with #D9893B
Text Example
Text Example
White with #D9893B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9893B; }
p { color: rgb(217,137,59); }
H1.HeaderClassName
{
color: #D9893B;
}
.AnyTagClassName
{
color: #D9893B;
}
</style>
background-color css
<style>
a { background-color: #D9893B; }
a { background-color: rgb(217,137,59); }
div.DivClassName
{
background-color: #D9893B;
}
.BgClassName
{
background-color: #D9893B;
}
</style>
border-color css
<style>
span { border-color: #D9893B; }
span { border-color: rgb(217,137,59); }
td.TdClassName
{
border-color: #D9893B;
}
.TagClassName
{
border-color: #D9893B;
}
</style>