#D1898A

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

Shades of Puce #D1898A

Tints of Puce #D1898A

Color information

#D1898A (or 0xD1898A) is unknown color: approx Puce. HEX triplet: D1, 89 and 8A. RGB value is (209,137,138). Sum of RGB (Red+Green+Blue) = 209+137+138=484 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.18% from 484); Green value is 137 (53.91% from 255 or 28.31% from 484); Blue value is 138 (54.30% from 255 or 28.51% from 484); Max value from RGB is 209 - color contains mainly: red. Hex color #D1898A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1898A is #2E7675. Grayscale: #9E9E9E. Windows color (decimal): -3044982 or 9079249. OLE color: 9079249.

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

Color convert

RGB209137138-
CMYK00.340.340.18
HSL359.17º43.9%67.84%-
HSV(B)359.17º34.45%81.96%-
XYZ39.8333.2828.37-
YUV158.64116.35163.92-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.18%
GREEN value IS 137 (53.91% from 255) = 28.31%
BLUE value IS 138 (54.30% from 255) = 28.51%
R=43.18%
G=28.31%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913713800.340.340.18359.1743.967.84
HexD1898A02222121672c44
Octal321211212042422254754104
Binary1101000110001001100010100100010100010100101011001111011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1898A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1898A; }

 p { color: rgb(209,137,138); }

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

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

 a { background-color: rgb(209,137,138); }

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

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

 span { border-color: rgb(209,137,138); }

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