#D2884A

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

Shades of Peru #D2884A

Tints of Peru #D2884A

Color information

#D2884A (or 0xD2884A) is unknown color: approx Peru. HEX triplet: D2, 88 and 4A. RGB value is (210,136,74). Sum of RGB (Red+Green+Blue) = 210+136+74=420 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50% from 420); Green value is 136 (53.52% from 255 or 32.38% from 420); Blue value is 74 (29.30% from 255 or 17.62% from 420); Max value from RGB is 210 - color contains mainly: red. Hex color #D2884A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2884A is #2D77B5. Grayscale: #979797. Windows color (decimal): -2979766 or 4884690. OLE color: 4884690.

HSL color Cylindrical-coordinate representation of color #D2884A: hue angle of 27.35º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D2884A is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB21013674-
CMYK00.350.650.18
HSL27.35º60.18%55.69%-
HSV(B)27.35º64.76%82.35%-
XYZ36.6231.810.69-
YUV151.0684.52170.04-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50%
GREEN value IS 136 (53.52% from 255) = 32.38%
BLUE value IS 74 (29.30% from 255) = 17.62%
R=50%
G=32.38%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101367400.350.650.1827.3560.1855.69
HexD2884A02341121b3c38
Octal32221011204310122337470
Binary11010010100010001001010010001110000011001011011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2884A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2884A; }

 p { color: rgb(210,136,74); }

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

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

 a { background-color: rgb(210,136,74); }

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

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

 span { border-color: rgb(210,136,74); }

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