#D0884A

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

Shades of Peru #D0884A

Tints of Peru #D0884A

Color information

#D0884A (or 0xD0884A) is unknown color: approx Peru. HEX triplet: D0, 88 and 4A. RGB value is (208,136,74). Sum of RGB (Red+Green+Blue) = 208+136+74=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 74 (29.30% from 255 or 17.70% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D0884A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0884A is #2F77B5. Grayscale: #969696. Windows color (decimal): -3110838 or 4884688. OLE color: 4884688.

HSL color Cylindrical-coordinate representation of color #D0884A: hue angle of 27.76º 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 #D0884A is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB20813674-
CMYK00.350.640.18
HSL27.76º58.77%55.29%-
HSV(B)27.76º64.42%81.57%-
XYZ36.0531.5110.66-
YUV150.4684.85169.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 49.76%
GREEN value IS 136 (53.52% from 255) = 32.54%
BLUE value IS 74 (29.30% from 255) = 17.70%
R=49.76%
G=32.54%
B=17.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081367400.350.640.1827.7658.7755.29
HexD0884A02340121c3b37
Octal32021011204310022347367
Binary11010000100010001001010010001110000001001011100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0884A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0884A; }

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

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

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

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

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

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

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

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