Shades of Peru #D88A43
Tints of Peru #D88A43
RGB
CMYK
RGB Variations
Color information
#D88A43 (or 0xD88A43) is known color: Peru. HEX triplet: D8, 8A and 43. RGB value is (216,138,67). Sum of RGB (Red+Green+Blue) = 216+138+67=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 138 (54.30% from 255 or 32.78% from 421); Blue value is 67 (26.56% from 255 or 15.91% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88A43 is #2775BC. Grayscale: #999999. Windows color (decimal): -2586045 or 4426456. OLE color: 4426456.
HSL color Cylindrical-coordinate representation of color #D88A43: hue angle of 28.59º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D88A43 is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 138 | 67 | - |
| CMYK | 0 | 0.36 | 0.69 | 0.15 |
| HSL | 28.59º | 0.66% | 0.55% | - |
| HSV(B) | 28.59º | 0.69% | 0.85% | - |
| XYZ | 38.42 | 33.18 | 9.69 | - |
| YUV | 153.23 | 79.34 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 138 | 67 | 0 | 0.36 | 0.69 | 0.15 | 28.59 | 0.66 | 0.55 |
| Hex | D8 | 8A | 43 | 0 | 24 | 45 | F | 1D | 42 | 37 |
| Octal | 330 | 212 | 103 | 0 | 44 | 105 | 17 | 35 | 102 | 67 |
| Binary | 11011000 | 10001010 | 1000011 | 0 | 100100 | 1000101 | 1111 | 11101 | 1000010 | 110111 |
Color Harmonies of #D88A43
Complementary color
Monochromatic Colors of #D88A43
Black with #D88A43
Text Example
Text Example
White with #D88A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88A43; }
p { color: rgb(216,138,67); }
H1.HeaderClassName
{
color: #D88A43;
}
.AnyTagClassName
{
color: #D88A43;
}
</style>
background-color css
<style>
a { background-color: #D88A43; }
a { background-color: rgb(216,138,67); }
div.DivClassName
{
background-color: #D88A43;
}
.BgClassName
{
background-color: #D88A43;
}
</style>
border-color css
<style>
span { border-color: #D88A43; }
span { border-color: rgb(216,138,67); }
td.TdClassName
{
border-color: #D88A43;
}
.TagClassName
{
border-color: #D88A43;
}
</style>