Shades of Peru #D27F3B
Tints of Peru #D27F3B
RGB
CMYK
RGB Variations
Color information
#D27F3B (or 0xD27F3B) is known color: Peru. HEX triplet: D2, 7F and 3B. RGB value is (210,127,59). Sum of RGB (Red+Green+Blue) = 210+127+59=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 59 (23.44% from 255 or 14.90% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27F3B is #2D80C4. Grayscale: #909090. Windows color (decimal): -2982085 or 3899346. OLE color: 3899346.
HSL color Cylindrical-coordinate representation of color #D27F3B: hue angle of 27.02º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D27F3B is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 127 | 59 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.18 |
| HSL | 27.02º | 0.63% | 0.53% | - |
| HSV(B) | 27.02º | 0.72% | 0.82% | - |
| XYZ | 34.96 | 29.2 | 7.93 | - |
| YUV | 144.07 | 80 | 175.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 127 | 59 | 0 | 0.40 | 0.72 | 0.18 | 27.02 | 0.63 | 0.53 |
| Hex | D2 | 7F | 3B | 0 | 28 | 48 | 12 | 1B | 3F | 35 |
| Octal | 322 | 177 | 73 | 0 | 50 | 110 | 22 | 33 | 77 | 65 |
| Binary | 11010010 | 1111111 | 111011 | 0 | 101000 | 1001000 | 10010 | 11011 | 111111 | 110101 |
Color Harmonies of #D27F3B
Complementary color
Monochromatic Colors of #D27F3B
Black with #D27F3B
Text Example
Text Example
White with #D27F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27F3B; }
p { color: rgb(210,127,59); }
H1.HeaderClassName
{
color: #D27F3B;
}
.AnyTagClassName
{
color: #D27F3B;
}
</style>
background-color css
<style>
a { background-color: #D27F3B; }
a { background-color: rgb(210,127,59); }
div.DivClassName
{
background-color: #D27F3B;
}
.BgClassName
{
background-color: #D27F3B;
}
</style>
border-color css
<style>
span { border-color: #D27F3B; }
span { border-color: rgb(210,127,59); }
td.TdClassName
{
border-color: #D27F3B;
}
.TagClassName
{
border-color: #D27F3B;
}
</style>