Shades of Peru #D88A45
Tints of Peru #D88A45
RGB
CMYK
RGB Variations
Color information
#D88A45 (or 0xD88A45) is known color: Peru. HEX triplet: D8, 8A and 45. RGB value is (216,138,69). Sum of RGB (Red+Green+Blue) = 216+138+69=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 138 (54.30% from 255 or 32.62% from 423); Blue value is 69 (27.34% from 255 or 16.31% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88A45 is #2775BA. Grayscale: #999999. Windows color (decimal): -2586043 or 4557528. OLE color: 4557528.
HSL color Cylindrical-coordinate representation of color #D88A45: hue angle of 28.16º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D88A45 is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 138 | 69 | - |
| CMYK | 0 | 0.36 | 0.68 | 0.15 |
| HSL | 28.16º | 0.65% | 0.56% | - |
| HSV(B) | 28.16º | 0.68% | 0.85% | - |
| XYZ | 38.48 | 33.21 | 10.01 | - |
| YUV | 153.46 | 80.34 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 138 | 69 | 0 | 0.36 | 0.68 | 0.15 | 28.16 | 0.65 | 0.56 |
| Hex | D8 | 8A | 45 | 0 | 24 | 44 | F | 1C | 41 | 38 |
| Octal | 330 | 212 | 105 | 0 | 44 | 104 | 17 | 34 | 101 | 70 |
| Binary | 11011000 | 10001010 | 1000101 | 0 | 100100 | 1000100 | 1111 | 11100 | 1000001 | 111000 |
Color Harmonies of #D88A45
Complementary color
Monochromatic Colors of #D88A45
Black with #D88A45
Text Example
Text Example
White with #D88A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88A45; }
p { color: rgb(216,138,69); }
H1.HeaderClassName
{
color: #D88A45;
}
.AnyTagClassName
{
color: #D88A45;
}
</style>
background-color css
<style>
a { background-color: #D88A45; }
a { background-color: rgb(216,138,69); }
div.DivClassName
{
background-color: #D88A45;
}
.BgClassName
{
background-color: #D88A45;
}
</style>
border-color css
<style>
span { border-color: #D88A45; }
span { border-color: rgb(216,138,69); }
td.TdClassName
{
border-color: #D88A45;
}
.TagClassName
{
border-color: #D88A45;
}
</style>