#D88940

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

Shades of Peru #D88940

Tints of Peru #D88940

Color information

#D88940 (or 0xD88940) is unknown color: approx Peru. HEX triplet: D8, 89 and 40. RGB value is (216,137,64). Sum of RGB (Red+Green+Blue) = 216+137+64=417 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.80% from 417); Green value is 137 (53.91% from 255 or 32.85% from 417); Blue value is 64 (25.39% from 255 or 15.35% from 417); Max value from RGB is 216 - color contains mainly: red. Hex color #D88940 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D88940 is #2776BF. Grayscale: #989898. Windows color (decimal): -2586304 or 4229592. OLE color: 4229592.

HSL color Cylindrical-coordinate representation of color #D88940: hue angle of 28.82º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D88940 is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB21613764-
CMYK00.370.700.15
HSL28.82º66.09%54.9%-
HSV(B)28.82º70.37%84.71%-
XYZ38.1932.869.18-
YUV152.378.17173.44-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 51.80%
GREEN value IS 137 (53.91% from 255) = 32.85%
BLUE value IS 64 (25.39% from 255) = 15.35%
R=51.80%
G=32.85%
B=15.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161376400.370.700.1528.8266.0954.9
HexD8894002546F1d4237
Octal330211100045106173510267
Binary11011000100010011000000010010110001101111111011000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88940; }

 p { color: rgb(216,137,64); }

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

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

 a { background-color: rgb(216,137,64); }

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

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

 span { border-color: rgb(216,137,64); }

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