Shades of Peru #D08C3D
Tints of Peru #D08C3D
RGB
CMYK
RGB Variations
Color information
#D08C3D (or 0xD08C3D) is known color: Peru. HEX triplet: D0, 8C and 3D. RGB value is (208,140,61). Sum of RGB (Red+Green+Blue) = 208+140+61=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 61 (24.22% from 255 or 14.91% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D08C3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08C3D is #2F73C2. Grayscale: #979797. Windows color (decimal): -3109827 or 4033744. OLE color: 4033744.
HSL color Cylindrical-coordinate representation of color #D08C3D: hue angle of 32.24º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D08C3D is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 140 | 61 | - |
| CMYK | 0 | 0.33 | 0.71 | 0.18 |
| HSL | 32.24º | 0.61% | 0.53% | - |
| HSV(B) | 32.24º | 0.71% | 0.82% | - |
| XYZ | 36.23 | 32.5 | 8.78 | - |
| YUV | 151.33 | 77.03 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 140 | 61 | 0 | 0.33 | 0.71 | 0.18 | 32.24 | 0.61 | 0.53 |
| Hex | D0 | 8C | 3D | 0 | 21 | 47 | 12 | 20 | 3D | 35 |
| Octal | 320 | 214 | 75 | 0 | 41 | 107 | 22 | 40 | 75 | 65 |
| Binary | 11010000 | 10001100 | 111101 | 0 | 100001 | 1000111 | 10010 | 100000 | 111101 | 110101 |
Color Harmonies of #D08C3D
Complementary color
Monochromatic Colors of #D08C3D
Black with #D08C3D
Text Example
Text Example
White with #D08C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08C3D; }
p { color: rgb(208,140,61); }
H1.HeaderClassName
{
color: #D08C3D;
}
.AnyTagClassName
{
color: #D08C3D;
}
</style>
background-color css
<style>
a { background-color: #D08C3D; }
a { background-color: rgb(208,140,61); }
div.DivClassName
{
background-color: #D08C3D;
}
.BgClassName
{
background-color: #D08C3D;
}
</style>
border-color css
<style>
span { border-color: #D08C3D; }
span { border-color: rgb(208,140,61); }
td.TdClassName
{
border-color: #D08C3D;
}
.TagClassName
{
border-color: #D08C3D;
}
</style>