#D88B47

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

Shades of Peru #D88B47

Tints of Peru #D88B47

Color information

#D88B47 (or 0xD88B47) is unknown color: approx Peru. HEX triplet: D8, 8B and 47. RGB value is (216,139,71). Sum of RGB (Red+Green+Blue) = 216+139+71=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 139 (54.69% from 255 or 32.63% from 426); Blue value is 71 (28.12% from 255 or 16.67% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D88B47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88B47 is #2774B8. Grayscale: #9A9A9A. Windows color (decimal): -2585785 or 4688856. OLE color: 4688856.

HSL color Cylindrical-coordinate representation of color #D88B47: hue angle of 28.14º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D88B47 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB21613971-
CMYK00.360.670.15
HSL28.14º65.02%56.27%-
HSV(B)28.14º67.13%84.71%-
XYZ38.6933.5210.39-
YUV154.2781.01172.03-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.70%
GREEN value IS 139 (54.69% from 255) = 32.63%
BLUE value IS 71 (28.12% from 255) = 16.67%
R=50.70%
G=32.63%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161397100.360.670.1528.1465.0256.27
HexD88B4702443F1c4138
Octal330213107044103173410170
Binary11011000100010111000111010010010000111111111001000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88B47; }

 p { color: rgb(216,139,71); }

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

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

 a { background-color: rgb(216,139,71); }

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

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

 span { border-color: rgb(216,139,71); }

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