Shades of Peru #D28A42
Tints of Peru #D28A42
RGB
CMYK
RGB Variations
Color information
#D28A42 (or 0xD28A42) is known color: Peru. HEX triplet: D2, 8A and 42. RGB value is (210,138,66). Sum of RGB (Red+Green+Blue) = 210+138+66=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 66 (26.17% from 255 or 15.94% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D28A42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28A42 is #2D75BD. Grayscale: #979797. Windows color (decimal): -2979262 or 4360914. OLE color: 4360914.
HSL color Cylindrical-coordinate representation of color #D28A42: hue angle of 30º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D28A42 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 138 | 66 | - |
| CMYK | 0 | 0.34 | 0.69 | 0.18 |
| HSL | 30º | 0.62% | 0.54% | - |
| HSV(B) | 30º | 0.69% | 0.82% | - |
| XYZ | 36.65 | 32.27 | 9.45 | - |
| YUV | 151.32 | 79.85 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 138 | 66 | 0 | 0.34 | 0.69 | 0.18 | 30 | 0.62 | 0.54 |
| Hex | D2 | 8A | 42 | 0 | 22 | 45 | 12 | 1E | 3E | 36 |
| Octal | 322 | 212 | 102 | 0 | 42 | 105 | 22 | 36 | 76 | 66 |
| Binary | 11010010 | 10001010 | 1000010 | 0 | 100010 | 1000101 | 10010 | 11110 | 111110 | 110110 |
Color Harmonies of #D28A42
Complementary color
Monochromatic Colors of #D28A42
Black with #D28A42
Text Example
Text Example
White with #D28A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28A42; }
p { color: rgb(210,138,66); }
H1.HeaderClassName
{
color: #D28A42;
}
.AnyTagClassName
{
color: #D28A42;
}
</style>
background-color css
<style>
a { background-color: #D28A42; }
a { background-color: rgb(210,138,66); }
div.DivClassName
{
background-color: #D28A42;
}
.BgClassName
{
background-color: #D28A42;
}
</style>
border-color css
<style>
span { border-color: #D28A42; }
span { border-color: rgb(210,138,66); }
td.TdClassName
{
border-color: #D28A42;
}
.TagClassName
{
border-color: #D28A42;
}
</style>