Shades of Peru #D08F49
Tints of Peru #D08F49
RGB
CMYK
RGB Variations
Color information
#D08F49 (or 0xD08F49) is known color: Peru. HEX triplet: D0, 8F and 49. RGB value is (208,143,73). Sum of RGB (Red+Green+Blue) = 208+143+73=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 73 (28.91% from 255 or 17.22% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D08F49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08F49 is #2F70B6. Grayscale: #9A9A9A. Windows color (decimal): -3109047 or 4820944. OLE color: 4820944.
HSL color Cylindrical-coordinate representation of color #D08F49: hue angle of 31.11º degrees, saturation: 0.59, 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 #D08F49 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 143 | 73 | - |
| CMYK | 0 | 0.31 | 0.65 | 0.18 |
| HSL | 31.11º | 0.59% | 0.55% | - |
| HSV(B) | 31.11º | 0.65% | 0.82% | - |
| XYZ | 37.04 | 33.54 | 10.82 | - |
| YUV | 154.46 | 82.03 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 143 | 73 | 0 | 0.31 | 0.65 | 0.18 | 31.11 | 0.59 | 0.55 |
| Hex | D0 | 8F | 49 | 0 | 1F | 41 | 12 | 1F | 3B | 37 |
| Octal | 320 | 217 | 111 | 0 | 37 | 101 | 22 | 37 | 73 | 67 |
| Binary | 11010000 | 10001111 | 1001001 | 0 | 11111 | 1000001 | 10010 | 11111 | 111011 | 110111 |
Color Harmonies of #D08F49
Complementary color
Monochromatic Colors of #D08F49
Black with #D08F49
Text Example
Text Example
White with #D08F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08F49; }
p { color: rgb(208,143,73); }
H1.HeaderClassName
{
color: #D08F49;
}
.AnyTagClassName
{
color: #D08F49;
}
</style>
background-color css
<style>
a { background-color: #D08F49; }
a { background-color: rgb(208,143,73); }
div.DivClassName
{
background-color: #D08F49;
}
.BgClassName
{
background-color: #D08F49;
}
</style>
border-color css
<style>
span { border-color: #D08F49; }
span { border-color: rgb(208,143,73); }
td.TdClassName
{
border-color: #D08F49;
}
.TagClassName
{
border-color: #D08F49;
}
</style>