Shades of Peru #D48A43
Tints of Peru #D48A43
RGB
CMYK
RGB Variations
Color information
#D48A43 (or 0xD48A43) is known color: Peru. HEX triplet: D4, 8A and 43. RGB value is (212,138,67). Sum of RGB (Red+Green+Blue) = 212+138+67=417 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.84% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 67 (26.56% from 255 or 16.07% from 417); Max value from RGB is 212 - color contains mainly: red. Hex color #D48A43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D48A43 is #2B75BC. Grayscale: #989898. Windows color (decimal): -2848189 or 4426452. OLE color: 4426452.
HSL color Cylindrical-coordinate representation of color #D48A43: hue angle of 29.38º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D48A43 is Cyan = 0, Magento = 0.35, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 138 | 67 | - |
| CMYK | 0 | 0.35 | 0.68 | 0.17 |
| HSL | 29.38º | 0.63% | 0.55% | - |
| HSV(B) | 29.38º | 0.68% | 0.83% | - |
| XYZ | 37.25 | 32.58 | 9.64 | - |
| YUV | 152.03 | 80.02 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 138 | 67 | 0 | 0.35 | 0.68 | 0.17 | 29.38 | 0.63 | 0.55 |
| Hex | D4 | 8A | 43 | 0 | 23 | 44 | 11 | 1D | 3F | 37 |
| Octal | 324 | 212 | 103 | 0 | 43 | 104 | 21 | 35 | 77 | 67 |
| Binary | 11010100 | 10001010 | 1000011 | 0 | 100011 | 1000100 | 10001 | 11101 | 111111 | 110111 |
Color Harmonies of #D48A43
Complementary color
Monochromatic Colors of #D48A43
Black with #D48A43
Text Example
Text Example
White with #D48A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48A43; }
p { color: rgb(212,138,67); }
H1.HeaderClassName
{
color: #D48A43;
}
.AnyTagClassName
{
color: #D48A43;
}
</style>
background-color css
<style>
a { background-color: #D48A43; }
a { background-color: rgb(212,138,67); }
div.DivClassName
{
background-color: #D48A43;
}
.BgClassName
{
background-color: #D48A43;
}
</style>
border-color css
<style>
span { border-color: #D48A43; }
span { border-color: rgb(212,138,67); }
td.TdClassName
{
border-color: #D48A43;
}
.TagClassName
{
border-color: #D48A43;
}
</style>