#D1829A

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

Shades of Puce #D1829A

Tints of Puce #D1829A

Color information

#D1829A (or 0xD1829A) is unknown color: approx Puce. HEX triplet: D1, 82 and 9A. RGB value is (209,130,154). Sum of RGB (Red+Green+Blue) = 209+130+154=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 130 (51.17% from 255 or 26.37% from 493); Blue value is 154 (60.55% from 255 or 31.24% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D1829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1829A is #2E7D65. Grayscale: #9C9C9C. Windows color (decimal): -3046758 or 10126033. OLE color: 10126033.

HSL color Cylindrical-coordinate representation of color #D1829A: hue angle of 341.77º 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 #D1829A is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB209130154-
CMYK00.380.260.18
HSL341.77º46.2%66.47%-
HSV(B)341.77º37.8%81.96%-
XYZ40.1131.8534.61-
YUV156.36126.67165.55-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.39%
GREEN value IS 130 (51.17% from 255) = 26.37%
BLUE value IS 154 (60.55% from 255) = 31.24%
R=42.39%
G=26.37%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913015400.380.260.18341.7746.266.47
HexD1829A0261A121562e42
Octal321202232046322252656102
Binary110100011000001010011010010011011010100101010101101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1829A; }

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

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

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

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

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

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

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

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