Shades of Peru #D28641
Tints of Peru #D28641
RGB
CMYK
RGB Variations
Color information
#D28641 (or 0xD28641) is known color: Peru. HEX triplet: D2, 86 and 41. RGB value is (210,134,65). Sum of RGB (Red+Green+Blue) = 210+134+65=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 134 (52.73% from 255 or 32.76% from 409); Blue value is 65 (25.78% from 255 or 15.89% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D28641 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28641 is #2D79BE. Grayscale: #959595. Windows color (decimal): -2980287 or 4294354. OLE color: 4294354.
HSL color Cylindrical-coordinate representation of color #D28641: hue angle of 28.55º 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 #D28641 is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 134 | 65 | - |
| CMYK | 0 | 0.36 | 0.69 | 0.18 |
| HSL | 28.55º | 0.62% | 0.54% | - |
| HSV(B) | 28.55º | 0.69% | 0.82% | - |
| XYZ | 36.06 | 31.13 | 9.11 | - |
| YUV | 148.86 | 80.68 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 134 | 65 | 0 | 0.36 | 0.69 | 0.18 | 28.55 | 0.62 | 0.54 |
| Hex | D2 | 86 | 41 | 0 | 24 | 45 | 12 | 1D | 3E | 36 |
| Octal | 322 | 206 | 101 | 0 | 44 | 105 | 22 | 35 | 76 | 66 |
| Binary | 11010010 | 10000110 | 1000001 | 0 | 100100 | 1000101 | 10010 | 11101 | 111110 | 110110 |
Color Harmonies of #D28641
Complementary color
Monochromatic Colors of #D28641
Black with #D28641
Text Example
Text Example
White with #D28641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28641; }
p { color: rgb(210,134,65); }
H1.HeaderClassName
{
color: #D28641;
}
.AnyTagClassName
{
color: #D28641;
}
</style>
background-color css
<style>
a { background-color: #D28641; }
a { background-color: rgb(210,134,65); }
div.DivClassName
{
background-color: #D28641;
}
.BgClassName
{
background-color: #D28641;
}
</style>
border-color css
<style>
span { border-color: #D28641; }
span { border-color: rgb(210,134,65); }
td.TdClassName
{
border-color: #D28641;
}
.TagClassName
{
border-color: #D28641;
}
</style>