Shades of Peru #D28943
Tints of Peru #D28943
RGB
CMYK
RGB Variations
Color information
#D28943 (or 0xD28943) is known color: Peru. HEX triplet: D2, 89 and 43. RGB value is (210,137,67). Sum of RGB (Red+Green+Blue) = 210+137+67=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 67 (26.56% from 255 or 16.18% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D28943 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D28943 is #2D76BC. Grayscale: #979797. Windows color (decimal): -2979517 or 4426194. OLE color: 4426194.
HSL color Cylindrical-coordinate representation of color #D28943: hue angle of 29.37º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D28943 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 137 | 67 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.18 |
| HSL | 29.37º | 0.61% | 0.54% | - |
| HSV(B) | 29.37º | 0.68% | 0.82% | - |
| XYZ | 36.54 | 32 | 9.56 | - |
| YUV | 150.85 | 80.68 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 137 | 67 | 0 | 0.35 | 0.68 | 0.18 | 29.37 | 0.61 | 0.54 |
| Hex | D2 | 89 | 43 | 0 | 23 | 44 | 12 | 1D | 3D | 36 |
| Octal | 322 | 211 | 103 | 0 | 43 | 104 | 22 | 35 | 75 | 66 |
| Binary | 11010010 | 10001001 | 1000011 | 0 | 100011 | 1000100 | 10010 | 11101 | 111101 | 110110 |
Color Harmonies of #D28943
Complementary color
Monochromatic Colors of #D28943
Black with #D28943
Text Example
Text Example
White with #D28943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28943; }
p { color: rgb(210,137,67); }
H1.HeaderClassName
{
color: #D28943;
}
.AnyTagClassName
{
color: #D28943;
}
</style>
background-color css
<style>
a { background-color: #D28943; }
a { background-color: rgb(210,137,67); }
div.DivClassName
{
background-color: #D28943;
}
.BgClassName
{
background-color: #D28943;
}
</style>
border-color css
<style>
span { border-color: #D28943; }
span { border-color: rgb(210,137,67); }
td.TdClassName
{
border-color: #D28943;
}
.TagClassName
{
border-color: #D28943;
}
</style>