#D08990

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

Shades of Puce #D08990

Tints of Puce #D08990

Color information

#D08990 (or 0xD08990) is unknown color: approx Puce. HEX triplet: D0, 89 and 90. RGB value is (208,137,144). Sum of RGB (Red+Green+Blue) = 208+137+144=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 144 (56.64% from 255 or 29.45% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D08990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08990 is #2F766F. Grayscale: #9F9F9F. Windows color (decimal): -3110512 or 9472464. OLE color: 9472464.

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

Color convert

RGB208137144-
CMYK00.340.310.18
HSL354.08º43.03%67.65%-
HSV(B)354.08º34.13%81.57%-
XYZ39.9933.3130.71-
YUV159.03119.52162.93-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.54%
GREEN value IS 137 (53.91% from 255) = 28.02%
BLUE value IS 144 (56.64% from 255) = 29.45%
R=42.54%
G=28.02%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813714400.340.310.18354.0843.0367.65
HexD089900221F121622b44
Octal320211220042372254253104
Binary110100001000100110010000010001011111100101011000101010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08990; }

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

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

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

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

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

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

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

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