Shades of Peru #D0894A
Tints of Peru #D0894A
RGB
CMYK
RGB Variations
Color information
#D0894A (or 0xD0894A) is known color: Peru. HEX triplet: D0, 89 and 4A. RGB value is (208,137,74). Sum of RGB (Red+Green+Blue) = 208+137+74=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 74 (29.30% from 255 or 17.66% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D0894A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0894A is #2F76B5. Grayscale: #979797. Windows color (decimal): -3110582 or 4884944. OLE color: 4884944.
HSL color Cylindrical-coordinate representation of color #D0894A: hue angle of 28.21º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D0894A is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 137 | 74 | - |
| CMYK | 0 | 0.34 | 0.64 | 0.18 |
| HSL | 28.21º | 0.59% | 0.55% | - |
| HSV(B) | 28.21º | 0.64% | 0.82% | - |
| XYZ | 36.19 | 31.8 | 10.71 | - |
| YUV | 151.05 | 84.52 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 137 | 74 | 0 | 0.34 | 0.64 | 0.18 | 28.21 | 0.59 | 0.55 |
| Hex | D0 | 89 | 4A | 0 | 22 | 40 | 12 | 1C | 3B | 37 |
| Octal | 320 | 211 | 112 | 0 | 42 | 100 | 22 | 34 | 73 | 67 |
| Binary | 11010000 | 10001001 | 1001010 | 0 | 100010 | 1000000 | 10010 | 11100 | 111011 | 110111 |
Color Harmonies of #D0894A
Complementary color
Monochromatic Colors of #D0894A
Black with #D0894A
Text Example
Text Example
White with #D0894A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0894A; }
p { color: rgb(208,137,74); }
H1.HeaderClassName
{
color: #D0894A;
}
.AnyTagClassName
{
color: #D0894A;
}
</style>
background-color css
<style>
a { background-color: #D0894A; }
a { background-color: rgb(208,137,74); }
div.DivClassName
{
background-color: #D0894A;
}
.BgClassName
{
background-color: #D0894A;
}
</style>
border-color css
<style>
span { border-color: #D0894A; }
span { border-color: rgb(208,137,74); }
td.TdClassName
{
border-color: #D0894A;
}
.TagClassName
{
border-color: #D0894A;
}
</style>