#D08590

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

Shades of Puce #D08590

Tints of Puce #D08590

Color information

#D08590 (or 0xD08590) is unknown color: approx Puce. HEX triplet: D0, 85 and 90. RGB value is (208,133,144). Sum of RGB (Red+Green+Blue) = 208+133+144=485 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.89% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 208 - color contains mainly: red. Hex color #D08590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08590 is #2F7A6F. Grayscale: #9C9C9C. Windows color (decimal): -3111536 or 9471440. OLE color: 9471440.

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

Color convert

RGB208133144-
CMYK00.360.310.18
HSL351.2º44.38%66.86%-
HSV(B)351.2º36.06%81.57%-
XYZ39.4332.230.52-
YUV156.68120.85164.61-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.89%
GREEN value IS 133 (52.34% from 255) = 27.42%
BLUE value IS 144 (56.64% from 255) = 29.69%
R=42.89%
G=27.42%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813314400.360.310.18351.244.3866.86
HexD085900241F1215f2c43
Octal320205220044372253754103
Binary110100001000010110010000010010011111100101010111111011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08590; }

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

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

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

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

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

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

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

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