Shades of Peru #D58F41
Tints of Peru #D58F41
RGB
CMYK
RGB Variations
Color information
#D58F41 (or 0xD58F41) is known color: Peru. HEX triplet: D5, 8F and 41. RGB value is (213,143,65). Sum of RGB (Red+Green+Blue) = 213+143+65=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 65 (25.78% from 255 or 15.44% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D58F41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58F41 is #2A70BE. Grayscale: #9B9B9B. Windows color (decimal): -2781375 or 4296661. OLE color: 4296661.
HSL color Cylindrical-coordinate representation of color #D58F41: hue angle of 31.62º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D58F41 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 143 | 65 | - |
| CMYK | 0 | 0.33 | 0.69 | 0.16 |
| HSL | 31.62º | 0.64% | 0.55% | - |
| HSV(B) | 31.62º | 0.69% | 0.84% | - |
| XYZ | 38.22 | 34.17 | 9.58 | - |
| YUV | 155.04 | 77.19 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 143 | 65 | 0 | 0.33 | 0.69 | 0.16 | 31.62 | 0.64 | 0.55 |
| Hex | D5 | 8F | 41 | 0 | 21 | 45 | 10 | 20 | 40 | 37 |
| Octal | 325 | 217 | 101 | 0 | 41 | 105 | 20 | 40 | 100 | 67 |
| Binary | 11010101 | 10001111 | 1000001 | 0 | 100001 | 1000101 | 10000 | 100000 | 1000000 | 110111 |
Color Harmonies of #D58F41
Complementary color
Monochromatic Colors of #D58F41
Black with #D58F41
Text Example
Text Example
White with #D58F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D58F41; }
p { color: rgb(213,143,65); }
H1.HeaderClassName
{
color: #D58F41;
}
.AnyTagClassName
{
color: #D58F41;
}
</style>
background-color css
<style>
a { background-color: #D58F41; }
a { background-color: rgb(213,143,65); }
div.DivClassName
{
background-color: #D58F41;
}
.BgClassName
{
background-color: #D58F41;
}
</style>
border-color css
<style>
span { border-color: #D58F41; }
span { border-color: rgb(213,143,65); }
td.TdClassName
{
border-color: #D58F41;
}
.TagClassName
{
border-color: #D58F41;
}
</style>