#D1888F

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

Shades of Puce #D1888F

Tints of Puce #D1888F

Color information

#D1888F (or 0xD1888F) is unknown color: approx Puce. HEX triplet: D1, 88 and 8F. RGB value is (209,136,143). Sum of RGB (Red+Green+Blue) = 209+136+143=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D1888F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1888F is #2E7770. Grayscale: #9E9E9E. Windows color (decimal): -3045233 or 9406673. OLE color: 9406673.

HSL color Cylindrical-coordinate representation of color #D1888F: hue angle of 354.25º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D1888F is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB209136143-
CMYK00.350.320.18
HSL354.25º44.24%67.65%-
HSV(B)354.25º34.93%81.96%-
XYZ40.0633.1530.27-
YUV158.62119.18163.93-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.83%
GREEN value IS 136 (53.52% from 255) = 27.87%
BLUE value IS 143 (56.25% from 255) = 29.30%
R=42.83%
G=27.87%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913614300.350.320.18354.2544.2467.65
HexD1888F02320121622c44
Octal321210217043402254254104
Binary1101000110001000100011110100011100000100101011000101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1888F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1888F; }

 p { color: rgb(209,136,143); }

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

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

 a { background-color: rgb(209,136,143); }

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

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

 span { border-color: rgb(209,136,143); }

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