Shades of Peru #D4803B
Tints of Peru #D4803B
RGB
CMYK
RGB Variations
Color information
#D4803B (or 0xD4803B) is known color: Peru. HEX triplet: D4, 80 and 3B. RGB value is (212,128,59). Sum of RGB (Red+Green+Blue) = 212+128+59=399 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.13% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 59 (23.44% from 255 or 14.79% from 399); Max value from RGB is 212 - color contains mainly: red. Hex color #D4803B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4803B is #2B7FC4. Grayscale: #919191. Windows color (decimal): -2850757 or 3899604. OLE color: 3899604.
HSL color Cylindrical-coordinate representation of color #D4803B: hue angle of 27.06º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D4803B is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 128 | 59 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.17 |
| HSL | 27.06º | 0.64% | 0.53% | - |
| HSV(B) | 27.06º | 0.72% | 0.83% | - |
| XYZ | 35.66 | 29.75 | 8 | - |
| YUV | 145.25 | 79.33 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 128 | 59 | 0 | 0.40 | 0.72 | 0.17 | 27.06 | 0.64 | 0.53 |
| Hex | D4 | 80 | 3B | 0 | 28 | 48 | 11 | 1B | 40 | 35 |
| Octal | 324 | 200 | 73 | 0 | 50 | 110 | 21 | 33 | 100 | 65 |
| Binary | 11010100 | 10000000 | 111011 | 0 | 101000 | 1001000 | 10001 | 11011 | 1000000 | 110101 |
Color Harmonies of #D4803B
Complementary color
Monochromatic Colors of #D4803B
Black with #D4803B
Text Example
Text Example
White with #D4803B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4803B; }
p { color: rgb(212,128,59); }
H1.HeaderClassName
{
color: #D4803B;
}
.AnyTagClassName
{
color: #D4803B;
}
</style>
background-color css
<style>
a { background-color: #D4803B; }
a { background-color: rgb(212,128,59); }
div.DivClassName
{
background-color: #D4803B;
}
.BgClassName
{
background-color: #D4803B;
}
</style>
border-color css
<style>
span { border-color: #D4803B; }
span { border-color: rgb(212,128,59); }
td.TdClassName
{
border-color: #D4803B;
}
.TagClassName
{
border-color: #D4803B;
}
</style>