Shades of Peru #D28B3E
Tints of Peru #D28B3E
RGB
CMYK
RGB Variations
Color information
#D28B3E (or 0xD28B3E) is known color: Peru. HEX triplet: D2, 8B and 3E. RGB value is (210,139,62). Sum of RGB (Red+Green+Blue) = 210+139+62=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 62 (24.61% from 255 or 15.09% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D28B3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28B3E is #2D74C1. Grayscale: #979797. Windows color (decimal): -2979010 or 4099026. OLE color: 4099026.
HSL color Cylindrical-coordinate representation of color #D28B3E: hue angle of 31.22º degrees, saturation: 0.62, 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 #D28B3E is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 139 | 62 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.18 |
| HSL | 31.22º | 0.62% | 0.53% | - |
| HSV(B) | 31.22º | 0.7% | 0.82% | - |
| XYZ | 36.68 | 32.51 | 8.9 | - |
| YUV | 151.45 | 77.52 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 139 | 62 | 0 | 0.34 | 0.70 | 0.18 | 31.22 | 0.62 | 0.53 |
| Hex | D2 | 8B | 3E | 0 | 22 | 46 | 12 | 1F | 3E | 35 |
| Octal | 322 | 213 | 76 | 0 | 42 | 106 | 22 | 37 | 76 | 65 |
| Binary | 11010010 | 10001011 | 111110 | 0 | 100010 | 1000110 | 10010 | 11111 | 111110 | 110101 |
Color Harmonies of #D28B3E
Complementary color
Monochromatic Colors of #D28B3E
Black with #D28B3E
Text Example
Text Example
White with #D28B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28B3E; }
p { color: rgb(210,139,62); }
H1.HeaderClassName
{
color: #D28B3E;
}
.AnyTagClassName
{
color: #D28B3E;
}
</style>
background-color css
<style>
a { background-color: #D28B3E; }
a { background-color: rgb(210,139,62); }
div.DivClassName
{
background-color: #D28B3E;
}
.BgClassName
{
background-color: #D28B3E;
}
</style>
border-color css
<style>
span { border-color: #D28B3E; }
span { border-color: rgb(210,139,62); }
td.TdClassName
{
border-color: #D28B3E;
}
.TagClassName
{
border-color: #D28B3E;
}
</style>