Shades of Peru #D29049
Tints of Peru #D29049
RGB
CMYK
RGB Variations
Color information
#D29049 (or 0xD29049) is known color: Peru. HEX triplet: D2, 90 and 49. RGB value is (210,144,73). Sum of RGB (Red+Green+Blue) = 210+144+73=427 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.18% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 73 (28.91% from 255 or 17.10% from 427); Max value from RGB is 210 - color contains mainly: red. Hex color #D29049 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29049 is #2D6FB6. Grayscale: #9B9B9B. Windows color (decimal): -2977719 or 4821202. OLE color: 4821202.
HSL color Cylindrical-coordinate representation of color #D29049: hue angle of 31.09º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D29049 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 144 | 73 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.18 |
| HSL | 31.09º | 0.6% | 0.55% | - |
| HSV(B) | 31.09º | 0.65% | 0.82% | - |
| XYZ | 37.75 | 34.13 | 10.9 | - |
| YUV | 155.64 | 81.37 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 144 | 73 | 0 | 0.31 | 0.65 | 0.18 | 31.09 | 0.6 | 0.55 |
| Hex | D2 | 90 | 49 | 0 | 1F | 41 | 12 | 1F | 3C | 37 |
| Octal | 322 | 220 | 111 | 0 | 37 | 101 | 22 | 37 | 74 | 67 |
| Binary | 11010010 | 10010000 | 1001001 | 0 | 11111 | 1000001 | 10010 | 11111 | 111100 | 110111 |
Color Harmonies of #D29049
Complementary color
Monochromatic Colors of #D29049
Black with #D29049
Text Example
Text Example
White with #D29049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29049; }
p { color: rgb(210,144,73); }
H1.HeaderClassName
{
color: #D29049;
}
.AnyTagClassName
{
color: #D29049;
}
</style>
background-color css
<style>
a { background-color: #D29049; }
a { background-color: rgb(210,144,73); }
div.DivClassName
{
background-color: #D29049;
}
.BgClassName
{
background-color: #D29049;
}
</style>
border-color css
<style>
span { border-color: #D29049; }
span { border-color: rgb(210,144,73); }
td.TdClassName
{
border-color: #D29049;
}
.TagClassName
{
border-color: #D29049;
}
</style>