#D18299

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

Shades of Puce #D18299

Tints of Puce #D18299

Color information

#D18299 (or 0xD18299) is unknown color: approx Puce. HEX triplet: D1, 82 and 99. RGB value is (209,130,153). Sum of RGB (Red+Green+Blue) = 209+130+153=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 209 - color contains mainly: red. Hex color #D18299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18299 is #2E7D66. Grayscale: #9C9C9C. Windows color (decimal): -3046759 or 10060497. OLE color: 10060497.

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

Color convert

RGB209130153-
CMYK00.380.270.18
HSL342.53º46.2%66.47%-
HSV(B)342.53º37.8%81.96%-
XYZ40.0331.8234.17-
YUV156.24126.17165.63-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.48%
GREEN value IS 130 (51.17% from 255) = 26.42%
BLUE value IS 153 (60.16% from 255) = 31.10%
R=42.48%
G=26.42%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913015300.380.270.18342.5346.266.47
HexD182990261B121572e42
Octal321202231046332252756102
Binary110100011000001010011001010011011011100101010101111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18299; }

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

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

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

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

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

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

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

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