Shades of Peru #D9893D
Tints of Peru #D9893D
RGB
CMYK
RGB Variations
Color information
#D9893D (or 0xD9893D) is known color: Peru. HEX triplet: D9, 89 and 3D. RGB value is (217,137,61). Sum of RGB (Red+Green+Blue) = 217+137+61=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 61 (24.22% from 255 or 14.70% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D9893D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9893D is #2676C2. Grayscale: #989898. Windows color (decimal): -2520771 or 4032985. OLE color: 4032985.
HSL color Cylindrical-coordinate representation of color #D9893D: hue angle of 29.23º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D9893D is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 137 | 61 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.15 |
| HSL | 29.23º | 0.67% | 0.55% | - |
| HSV(B) | 29.23º | 0.72% | 0.85% | - |
| XYZ | 38.4 | 32.98 | 8.76 | - |
| YUV | 152.26 | 76.5 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 137 | 61 | 0 | 0.37 | 0.72 | 0.15 | 29.23 | 0.67 | 0.55 |
| Hex | D9 | 89 | 3D | 0 | 25 | 48 | F | 1D | 43 | 37 |
| Octal | 331 | 211 | 75 | 0 | 45 | 110 | 17 | 35 | 103 | 67 |
| Binary | 11011001 | 10001001 | 111101 | 0 | 100101 | 1001000 | 1111 | 11101 | 1000011 | 110111 |
Color Harmonies of #D9893D
Complementary color
Monochromatic Colors of #D9893D
Black with #D9893D
Text Example
Text Example
White with #D9893D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9893D; }
p { color: rgb(217,137,61); }
H1.HeaderClassName
{
color: #D9893D;
}
.AnyTagClassName
{
color: #D9893D;
}
</style>
background-color css
<style>
a { background-color: #D9893D; }
a { background-color: rgb(217,137,61); }
div.DivClassName
{
background-color: #D9893D;
}
.BgClassName
{
background-color: #D9893D;
}
</style>
border-color css
<style>
span { border-color: #D9893D; }
span { border-color: rgb(217,137,61); }
td.TdClassName
{
border-color: #D9893D;
}
.TagClassName
{
border-color: #D9893D;
}
</style>