#D0888E

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

Shades of Puce #D0888E

Tints of Puce #D0888E

Color information

#D0888E (or 0xD0888E) is unknown color: approx Puce. HEX triplet: D0, 88 and 8E. RGB value is (208,136,142). Sum of RGB (Red+Green+Blue) = 208+136+142=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 136 (53.52% from 255 or 27.98% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D0888E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0888E is #2F7771. Grayscale: #9E9E9E. Windows color (decimal): -3110770 or 9341136. OLE color: 9341136.

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

Color convert

RGB208136142-
CMYK00.350.320.18
HSL355º43.37%67.45%-
HSV(B)355º34.62%81.57%-
XYZ39.732.9729.86-
YUV158.21118.85163.51-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.80%
GREEN value IS 136 (53.52% from 255) = 27.98%
BLUE value IS 142 (55.86% from 255) = 29.22%
R=42.80%
G=27.98%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813614200.350.320.1835543.3767.45
HexD0888E02320121632b43
Octal320210216043402254353103
Binary1101000010001000100011100100011100000100101011000111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0888E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0888E; }

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

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

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

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

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

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

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

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