Shades of Peru #D08A3F
Tints of Peru #D08A3F
RGB
CMYK
RGB Variations
Color information
#D08A3F (or 0xD08A3F) is known color: Peru. HEX triplet: D0, 8A and 3F. RGB value is (208,138,63). Sum of RGB (Red+Green+Blue) = 208+138+63=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 63 (25% from 255 or 15.40% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D08A3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08A3F is #2F75C0. Grayscale: #969696. Windows color (decimal): -3110337 or 4164304. OLE color: 4164304.
HSL color Cylindrical-coordinate representation of color #D08A3F: hue angle of 31.03º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D08A3F is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 138 | 63 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.18 |
| HSL | 31.03º | 0.61% | 0.53% | - |
| HSV(B) | 31.03º | 0.7% | 0.82% | - |
| XYZ | 36 | 31.95 | 8.97 | - |
| YUV | 150.38 | 78.69 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 138 | 63 | 0 | 0.34 | 0.70 | 0.18 | 31.03 | 0.61 | 0.53 |
| Hex | D0 | 8A | 3F | 0 | 22 | 46 | 12 | 1F | 3D | 35 |
| Octal | 320 | 212 | 77 | 0 | 42 | 106 | 22 | 37 | 75 | 65 |
| Binary | 11010000 | 10001010 | 111111 | 0 | 100010 | 1000110 | 10010 | 11111 | 111101 | 110101 |
Color Harmonies of #D08A3F
Complementary color
Monochromatic Colors of #D08A3F
Black with #D08A3F
Text Example
Text Example
White with #D08A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08A3F; }
p { color: rgb(208,138,63); }
H1.HeaderClassName
{
color: #D08A3F;
}
.AnyTagClassName
{
color: #D08A3F;
}
</style>
background-color css
<style>
a { background-color: #D08A3F; }
a { background-color: rgb(208,138,63); }
div.DivClassName
{
background-color: #D08A3F;
}
.BgClassName
{
background-color: #D08A3F;
}
</style>
border-color css
<style>
span { border-color: #D08A3F; }
span { border-color: rgb(208,138,63); }
td.TdClassName
{
border-color: #D08A3F;
}
.TagClassName
{
border-color: #D08A3F;
}
</style>