Shades of Peru #D08A40
Tints of Peru #D08A40
RGB
CMYK
RGB Variations
Color information
#D08A40 (or 0xD08A40) is known color: Peru. HEX triplet: D0, 8A and 40. RGB value is (208,138,64). Sum of RGB (Red+Green+Blue) = 208+138+64=410 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.73% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 64 (25.39% from 255 or 15.61% from 410); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08A40 is #2F75BF. Grayscale: #969696. Windows color (decimal): -3110336 or 4229840. OLE color: 4229840.
HSL color Cylindrical-coordinate representation of color #D08A40: hue angle of 30.83º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D08A40 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 138 | 64 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.18 |
| HSL | 30.83º | 0.61% | 0.53% | - |
| HSV(B) | 30.83º | 0.69% | 0.82% | - |
| XYZ | 36.03 | 31.96 | 9.12 | - |
| YUV | 150.49 | 79.19 | 169.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 138 | 64 | 0 | 0.34 | 0.69 | 0.18 | 30.83 | 0.61 | 0.53 |
| Hex | D0 | 8A | 40 | 0 | 22 | 45 | 12 | 1F | 3D | 35 |
| Octal | 320 | 212 | 100 | 0 | 42 | 105 | 22 | 37 | 75 | 65 |
| Binary | 11010000 | 10001010 | 1000000 | 0 | 100010 | 1000101 | 10010 | 11111 | 111101 | 110101 |
Color Harmonies of #D08A40
Complementary color
Monochromatic Colors of #D08A40
Black with #D08A40
Text Example
Text Example
White with #D08A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08A40; }
p { color: rgb(208,138,64); }
H1.HeaderClassName
{
color: #D08A40;
}
.AnyTagClassName
{
color: #D08A40;
}
</style>
background-color css
<style>
a { background-color: #D08A40; }
a { background-color: rgb(208,138,64); }
div.DivClassName
{
background-color: #D08A40;
}
.BgClassName
{
background-color: #D08A40;
}
</style>
border-color css
<style>
span { border-color: #D08A40; }
span { border-color: rgb(208,138,64); }
td.TdClassName
{
border-color: #D08A40;
}
.TagClassName
{
border-color: #D08A40;
}
</style>