Shades of Peru #D08C40
Tints of Peru #D08C40
RGB
CMYK
RGB Variations
Color information
#D08C40 (or 0xD08C40) is known color: Peru. HEX triplet: D0, 8C and 40. RGB value is (208,140,64). Sum of RGB (Red+Green+Blue) = 208+140+64=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 64 (25.39% from 255 or 15.53% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D08C40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08C40 is #2F73BF. Grayscale: #989898. Windows color (decimal): -3109824 or 4230352. OLE color: 4230352.
HSL color Cylindrical-coordinate representation of color #D08C40: hue angle of 31.67º 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 #D08C40 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 140 | 64 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.18 |
| HSL | 31.67º | 0.61% | 0.53% | - |
| HSV(B) | 31.67º | 0.69% | 0.82% | - |
| XYZ | 36.32 | 32.54 | 9.22 | - |
| YUV | 151.67 | 78.53 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 140 | 64 | 0 | 0.33 | 0.69 | 0.18 | 31.67 | 0.61 | 0.53 |
| Hex | D0 | 8C | 40 | 0 | 21 | 45 | 12 | 20 | 3D | 35 |
| Octal | 320 | 214 | 100 | 0 | 41 | 105 | 22 | 40 | 75 | 65 |
| Binary | 11010000 | 10001100 | 1000000 | 0 | 100001 | 1000101 | 10010 | 100000 | 111101 | 110101 |
Color Harmonies of #D08C40
Complementary color
Monochromatic Colors of #D08C40
Black with #D08C40
Text Example
Text Example
White with #D08C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08C40; }
p { color: rgb(208,140,64); }
H1.HeaderClassName
{
color: #D08C40;
}
.AnyTagClassName
{
color: #D08C40;
}
</style>
background-color css
<style>
a { background-color: #D08C40; }
a { background-color: rgb(208,140,64); }
div.DivClassName
{
background-color: #D08C40;
}
.BgClassName
{
background-color: #D08C40;
}
</style>
border-color css
<style>
span { border-color: #D08C40; }
span { border-color: rgb(208,140,64); }
td.TdClassName
{
border-color: #D08C40;
}
.TagClassName
{
border-color: #D08C40;
}
</style>