#D0829A

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

Shades of Puce #D0829A

Tints of Puce #D0829A

Color information

#D0829A (or 0xD0829A) is unknown color: approx Puce. HEX triplet: D0, 82 and 9A. RGB value is (208,130,154). Sum of RGB (Red+Green+Blue) = 208+130+154=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 154 (60.55% from 255 or 31.30% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D0829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0829A is #2F7D65. Grayscale: #9C9C9C. Windows color (decimal): -3112294 or 10126032. OLE color: 10126032.

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

Color convert

RGB208130154-
CMYK00.380.260.18
HSL341.54º45.35%66.27%-
HSV(B)341.54º37.5%81.57%-
XYZ39.8331.7134.59-
YUV156.06126.84165.05-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.28%
GREEN value IS 130 (51.17% from 255) = 26.42%
BLUE value IS 154 (60.55% from 255) = 31.30%
R=42.28%
G=26.42%
B=31.30%

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
Decimal20813015400.380.260.18341.5445.3566.27
HexD0829A0261A121562d42
Octal320202232046322252655102
Binary110100001000001010011010010011011010100101010101101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0829A; }

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

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

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

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

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

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

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

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