#D18099

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

Shades of Puce #D18099

Tints of Puce #D18099

Color information

#D18099 (or 0xD18099) is unknown color: approx Puce. HEX triplet: D1, 80 and 99. RGB value is (209,128,153). Sum of RGB (Red+Green+Blue) = 209+128+153=490 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.65% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 153 (60.16% from 255 or 31.22% from 490); Max value from RGB is 209 - color contains mainly: red. Hex color #D18099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18099 is #2E7F66. Grayscale: #9B9B9B. Windows color (decimal): -3047271 or 10059985. OLE color: 10059985.

HSL color Cylindrical-coordinate representation of color #D18099: hue angle of 341.48º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D18099 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB209128153-
CMYK00.390.270.18
HSL341.48º46.82%66.08%-
HSV(B)341.48º38.76%81.96%-
XYZ39.7631.2934.08-
YUV155.07126.84166.47-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.65%
GREEN value IS 128 (50.39% from 255) = 26.12%
BLUE value IS 153 (60.16% from 255) = 31.22%
R=42.65%
G=26.12%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912815300.390.270.18341.4846.8266.08
HexD180990271B121552f42
Octal321200231047332252557102
Binary110100011000000010011001010011111011100101010101011011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18099; }

 p { color: rgb(209,128,153); }

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

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

 a { background-color: rgb(209,128,153); }

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

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

 span { border-color: rgb(209,128,153); }

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