Shades of Peru #D29149
Tints of Peru #D29149
RGB
CMYK
RGB Variations
Color information
#D29149 (or 0xD29149) is known color: Peru. HEX triplet: D2, 91 and 49. RGB value is (210,145,73). Sum of RGB (Red+Green+Blue) = 210+145+73=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 73 (28.91% from 255 or 17.06% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D29149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D29149 is #2D6EB6. Grayscale: #9C9C9C. Windows color (decimal): -2977463 or 4821458. OLE color: 4821458.
HSL color Cylindrical-coordinate representation of color #D29149: hue angle of 31.53º 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 #D29149 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 145 | 73 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.18 |
| HSL | 31.53º | 0.6% | 0.55% | - |
| HSV(B) | 31.53º | 0.65% | 0.82% | - |
| XYZ | 37.91 | 34.43 | 10.95 | - |
| YUV | 156.23 | 81.03 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 145 | 73 | 0 | 0.31 | 0.65 | 0.18 | 31.53 | 0.6 | 0.55 |
| Hex | D2 | 91 | 49 | 0 | 1F | 41 | 12 | 20 | 3C | 37 |
| Octal | 322 | 221 | 111 | 0 | 37 | 101 | 22 | 40 | 74 | 67 |
| Binary | 11010010 | 10010001 | 1001001 | 0 | 11111 | 1000001 | 10010 | 100000 | 111100 | 110111 |
Color Harmonies of #D29149
Complementary color
Monochromatic Colors of #D29149
Black with #D29149
Text Example
Text Example
White with #D29149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D29149; }
p { color: rgb(210,145,73); }
H1.HeaderClassName
{
color: #D29149;
}
.AnyTagClassName
{
color: #D29149;
}
</style>
background-color css
<style>
a { background-color: #D29149; }
a { background-color: rgb(210,145,73); }
div.DivClassName
{
background-color: #D29149;
}
.BgClassName
{
background-color: #D29149;
}
</style>
border-color css
<style>
span { border-color: #D29149; }
span { border-color: rgb(210,145,73); }
td.TdClassName
{
border-color: #D29149;
}
.TagClassName
{
border-color: #D29149;
}
</style>