#D08991

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

Shades of Puce #D08991

Tints of Puce #D08991

Color information

#D08991 (or 0xD08991) is unknown color: approx Puce. HEX triplet: D0, 89 and 91. RGB value is (208,137,145). Sum of RGB (Red+Green+Blue) = 208+137+145=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 145 (57.03% from 255 or 29.59% from 490); Max value from RGB is 208 - color contains mainly: red. Hex color #D08991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08991 is #2F766E. Grayscale: #9F9F9F. Windows color (decimal): -3110511 or 9538000. OLE color: 9538000.

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

Color convert

RGB208137145-
CMYK00.340.300.18
HSL353.24º43.03%67.65%-
HSV(B)353.24º34.13%81.57%-
XYZ40.0733.3531.11-
YUV159.14120.02162.85-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.45%
GREEN value IS 137 (53.91% from 255) = 27.96%
BLUE value IS 145 (57.03% from 255) = 29.59%
R=42.45%
G=27.96%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813714500.340.300.18353.2443.0367.65
HexD089910221E121612b44
Octal320211221042362254153104
Binary110100001000100110010001010001011110100101011000011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08991; }

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

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

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

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

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

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

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

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