#D08390

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

Shades of Puce #D08390

Tints of Puce #D08390

Color information

#D08390 (or 0xD08390) is unknown color: approx Puce. HEX triplet: D0, 83 and 90. RGB value is (208,131,144). Sum of RGB (Red+Green+Blue) = 208+131+144=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 131 (51.56% from 255 or 27.12% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D08390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08390 is #2F7C6F. Grayscale: #9B9B9B. Windows color (decimal): -3112048 or 9470928. OLE color: 9470928.

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

Color convert

RGB208131144-
CMYK00.370.310.18
HSL349.87º45.03%66.47%-
HSV(B)349.87º37.02%81.57%-
XYZ39.1631.6630.43-
YUV155.5121.51165.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.06%
GREEN value IS 131 (51.56% from 255) = 27.12%
BLUE value IS 144 (56.64% from 255) = 29.81%
R=43.06%
G=27.12%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813114400.370.310.18349.8745.0366.47
HexD083900251F1215e2d42
Octal320203220045372253655102
Binary110100001000001110010000010010111111100101010111101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08390; }

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

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

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

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

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

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

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

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