#D0888C

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

Shades of Puce #D0888C

Tints of Puce #D0888C

Color information

#D0888C (or 0xD0888C) is unknown color: approx Puce. HEX triplet: D0, 88 and 8C. RGB value is (208,136,140). Sum of RGB (Red+Green+Blue) = 208+136+140=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 136 (53.52% from 255 or 28.10% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D0888C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0888C is #2F7773. Grayscale: #9E9E9E. Windows color (decimal): -3110772 or 9210064. OLE color: 9210064.

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

Color convert

RGB208136140-
CMYK00.350.330.18
HSL356.67º43.37%67.45%-
HSV(B)356.67º34.62%81.57%-
XYZ39.5532.9129.08-
YUV157.98117.85163.67-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.98%
GREEN value IS 136 (53.52% from 255) = 28.10%
BLUE value IS 140 (55.08% from 255) = 28.93%
R=42.98%
G=28.10%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813614000.350.330.18356.6743.3767.45
HexD0888C02321121652b43
Octal320210214043412254553103
Binary1101000010001000100011000100011100001100101011001011010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0888C; }

 p { color: rgb(208,136,140); }

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

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

 a { background-color: rgb(208,136,140); }

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

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

 span { border-color: rgb(208,136,140); }

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