#D08889

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

Shades of Puce #D08889

Tints of Puce #D08889

Color information

#D08889 (or 0xD08889) is unknown color: approx Puce. HEX triplet: D0, 88 and 89. RGB value is (208,136,137). Sum of RGB (Red+Green+Blue) = 208+136+137=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 136 (53.52% from 255 or 28.27% from 481); Blue value is 137 (53.91% from 255 or 28.48% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D08889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08889 is #2F7776. Grayscale: #9D9D9D. Windows color (decimal): -3110775 or 9013456. OLE color: 9013456.

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

Color convert

RGB208136137-
CMYK00.350.340.18
HSL359.17º43.37%67.45%-
HSV(B)359.17º34.62%81.57%-
XYZ39.3332.8227.93-
YUV157.64116.35163.92-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.24%
GREEN value IS 136 (53.52% from 255) = 28.27%
BLUE value IS 137 (53.91% from 255) = 28.48%
R=43.24%
G=28.27%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813613700.350.340.18359.1743.3767.45
HexD0888902322121672b43
Octal320210211043422254753103
Binary1101000010001000100010010100011100010100101011001111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08889; }

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

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

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

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

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

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

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

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