#D18C45

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

Shades of Peru #D18C45

Tints of Peru #D18C45

Color information

#D18C45 (or 0xD18C45) is unknown color: approx Peru. HEX triplet: D1, 8C and 45. RGB value is (209,140,69). Sum of RGB (Red+Green+Blue) = 209+140+69=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 69 (27.34% from 255 or 16.51% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D18C45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18C45 is #2E73BA. Grayscale: #989898. Windows color (decimal): -3044283 or 4558033. OLE color: 4558033.

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

Color convert

RGB20914069-
CMYK00.330.670.18
HSL30.43º60.34%54.51%-
HSV(B)30.43º66.99%81.96%-
XYZ36.7532.7410.01-
YUV152.5480.86168.27-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 50%
GREEN value IS 140 (55.08% from 255) = 33.49%
BLUE value IS 69 (27.34% from 255) = 16.51%
R=50%
G=33.49%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091406900.330.670.1830.4360.3454.51
HexD18C4502143121e3c37
Octal32121410504110322367467
Binary11010001100011001000101010000110000111001011110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18C45; }

 p { color: rgb(209,140,69); }

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

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

 a { background-color: rgb(209,140,69); }

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

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

 span { border-color: rgb(209,140,69); }

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