Shades of Peru #D28B40
Tints of Peru #D28B40
RGB
CMYK
RGB Variations
Color information
#D28B40 (or 0xD28B40) is known color: Peru. HEX triplet: D2, 8B and 40. RGB value is (210,139,64). Sum of RGB (Red+Green+Blue) = 210+139+64=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D28B40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28B40 is #2D74BF. Grayscale: #989898. Windows color (decimal): -2979008 or 4230098. OLE color: 4230098.
HSL color Cylindrical-coordinate representation of color #D28B40: hue angle of 30.82º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D28B40 is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 139 | 64 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.18 |
| HSL | 30.82º | 0.62% | 0.54% | - |
| HSV(B) | 30.82º | 0.7% | 0.82% | - |
| XYZ | 36.74 | 32.54 | 9.19 | - |
| YUV | 151.68 | 78.52 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 139 | 64 | 0 | 0.34 | 0.70 | 0.18 | 30.82 | 0.62 | 0.54 |
| Hex | D2 | 8B | 40 | 0 | 22 | 46 | 12 | 1F | 3E | 36 |
| Octal | 322 | 213 | 100 | 0 | 42 | 106 | 22 | 37 | 76 | 66 |
| Binary | 11010010 | 10001011 | 1000000 | 0 | 100010 | 1000110 | 10010 | 11111 | 111110 | 110110 |
Color Harmonies of #D28B40
Complementary color
Monochromatic Colors of #D28B40
Black with #D28B40
Text Example
Text Example
White with #D28B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28B40; }
p { color: rgb(210,139,64); }
H1.HeaderClassName
{
color: #D28B40;
}
.AnyTagClassName
{
color: #D28B40;
}
</style>
background-color css
<style>
a { background-color: #D28B40; }
a { background-color: rgb(210,139,64); }
div.DivClassName
{
background-color: #D28B40;
}
.BgClassName
{
background-color: #D28B40;
}
</style>
border-color css
<style>
span { border-color: #D28B40; }
span { border-color: rgb(210,139,64); }
td.TdClassName
{
border-color: #D28B40;
}
.TagClassName
{
border-color: #D28B40;
}
</style>