#D58E4A

Color #D58E4A Peru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru #D58E4A

Tints of Peru #D58E4A

Color information

#D58E4A (or 0xD58E4A) is unknown color: approx Peru. HEX triplet: D5, 8E and 4A. RGB value is (213,142,74). Sum of RGB (Red+Green+Blue) = 213+142+74=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 74 (29.30% from 255 or 17.25% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D58E4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58E4A is #2A71B5. Grayscale: #9B9B9B. Windows color (decimal): -2781622 or 4886229. OLE color: 4886229.

HSL color Cylindrical-coordinate representation of color #D58E4A: hue angle of 29.35º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D58E4A is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB21314274-
CMYK00.330.650.16
HSL29.35º62.33%56.27%-
HSV(B)29.35º65.26%83.53%-
XYZ38.3533.9911.02-
YUV155.4882.02169.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 49.65%
GREEN value IS 142 (55.86% from 255) = 33.10%
BLUE value IS 74 (29.30% from 255) = 17.25%
R=49.65%
G=33.10%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131427400.330.650.1629.3562.3356.27
HexD58E4A02141101d3e38
Octal32521611204110120357670
Binary11010101100011101001010010000110000011000011101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58E4A; }

 p { color: rgb(213,142,74); }

 H1.HeaderClassName
 {
   color: #D58E4A;
 }
 .AnyTagClassName
 {
   color: #D58E4A;
 }
</style>
background-color css

<style>
 a { background-color: #D58E4A; }

 a { background-color: rgb(213,142,74); }

 div.DivClassName
 {
   background-color: #D58E4A;
 }
 .BgClassName
 {
   background-color: #D58E4A;
 }
</style>
border-color css

<style>
 span { border-color: #D58E4A; }

 span { border-color: rgb(213,142,74); }

 td.TdClassName
 {
   border-color: #D58E4A;
 }
 .TagClassName
 {
   border-color: #D58E4A;
 }
</style>