Shades of Peru #D9883D
Tints of Peru #D9883D
RGB
CMYK
RGB Variations
Color information
#D9883D (or 0xD9883D) is known color: Peru. HEX triplet: D9, 88 and 3D. RGB value is (217,136,61). Sum of RGB (Red+Green+Blue) = 217+136+61=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 61 (24.22% from 255 or 14.73% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D9883D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D9883D is #2677C2. Grayscale: #989898. Windows color (decimal): -2521027 or 4032729. OLE color: 4032729.
HSL color Cylindrical-coordinate representation of color #D9883D: hue angle of 28.85º 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 #D9883D is Cyan = 0, Magento = 0.37, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 136 | 61 | - |
| CMYK | 0 | 0.37 | 0.72 | 0.15 |
| HSL | 28.85º | 0.67% | 0.55% | - |
| HSV(B) | 28.85º | 0.72% | 0.85% | - |
| XYZ | 38.26 | 32.7 | 8.71 | - |
| YUV | 151.67 | 76.84 | 174.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 136 | 61 | 0 | 0.37 | 0.72 | 0.15 | 28.85 | 0.67 | 0.55 |
| Hex | D9 | 88 | 3D | 0 | 25 | 48 | F | 1D | 43 | 37 |
| Octal | 331 | 210 | 75 | 0 | 45 | 110 | 17 | 35 | 103 | 67 |
| Binary | 11011001 | 10001000 | 111101 | 0 | 100101 | 1001000 | 1111 | 11101 | 1000011 | 110111 |
Color Harmonies of #D9883D
Complementary color
Monochromatic Colors of #D9883D
Black with #D9883D
Text Example
Text Example
White with #D9883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9883D; }
p { color: rgb(217,136,61); }
H1.HeaderClassName
{
color: #D9883D;
}
.AnyTagClassName
{
color: #D9883D;
}
</style>
background-color css
<style>
a { background-color: #D9883D; }
a { background-color: rgb(217,136,61); }
div.DivClassName
{
background-color: #D9883D;
}
.BgClassName
{
background-color: #D9883D;
}
</style>
border-color css
<style>
span { border-color: #D9883D; }
span { border-color: rgb(217,136,61); }
td.TdClassName
{
border-color: #D9883D;
}
.TagClassName
{
border-color: #D9883D;
}
</style>