Shades of Peru #D1904B
Tints of Peru #D1904B
RGB
CMYK
RGB Variations
Color information
#D1904B (or 0xD1904B) is known color: Peru. HEX triplet: D1, 90 and 4B. RGB value is (209,144,75). Sum of RGB (Red+Green+Blue) = 209+144+75=428 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.83% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 75 (29.69% from 255 or 17.52% from 428); Max value from RGB is 209 - color contains mainly: red. Hex color #D1904B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1904B is #2E6FB4. Grayscale: #9B9B9B. Windows color (decimal): -3043253 or 4952273. OLE color: 4952273.
HSL color Cylindrical-coordinate representation of color #D1904B: hue angle of 30.9º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D1904B is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 144 | 75 | - |
| CMYK | 0 | 0.31 | 0.64 | 0.18 |
| HSL | 30.9º | 0.59% | 0.56% | - |
| HSV(B) | 30.9º | 0.64% | 0.82% | - |
| XYZ | 37.54 | 34.01 | 11.24 | - |
| YUV | 155.57 | 82.53 | 166.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 144 | 75 | 0 | 0.31 | 0.64 | 0.18 | 30.9 | 0.59 | 0.56 |
| Hex | D1 | 90 | 4B | 0 | 1F | 40 | 12 | 1F | 3B | 38 |
| Octal | 321 | 220 | 113 | 0 | 37 | 100 | 22 | 37 | 73 | 70 |
| Binary | 11010001 | 10010000 | 1001011 | 0 | 11111 | 1000000 | 10010 | 11111 | 111011 | 111000 |
Color Harmonies of #D1904B
Complementary color
Monochromatic Colors of #D1904B
Black with #D1904B
Text Example
Text Example
White with #D1904B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1904B; }
p { color: rgb(209,144,75); }
H1.HeaderClassName
{
color: #D1904B;
}
.AnyTagClassName
{
color: #D1904B;
}
</style>
background-color css
<style>
a { background-color: #D1904B; }
a { background-color: rgb(209,144,75); }
div.DivClassName
{
background-color: #D1904B;
}
.BgClassName
{
background-color: #D1904B;
}
</style>
border-color css
<style>
span { border-color: #D1904B; }
span { border-color: rgb(209,144,75); }
td.TdClassName
{
border-color: #D1904B;
}
.TagClassName
{
border-color: #D1904B;
}
</style>