#D18790

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

Shades of Puce #D18790

Tints of Puce #D18790

Color information

#D18790 (or 0xD18790) is unknown color: approx Puce. HEX triplet: D1, 87 and 90. RGB value is (209,135,144). Sum of RGB (Red+Green+Blue) = 209+135+144=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 135 (53.12% from 255 or 27.66% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D18790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18790 is #2E786F. Grayscale: #9E9E9E. Windows color (decimal): -3045488 or 9471953. OLE color: 9471953.

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

Color convert

RGB209135144-
CMYK00.350.310.18
HSL352.7º44.58%67.45%-
HSV(B)352.7º35.41%81.96%-
XYZ39.9932.930.63-
YUV158.15120.02164.27-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.83%
GREEN value IS 135 (53.12% from 255) = 27.66%
BLUE value IS 144 (56.64% from 255) = 29.51%
R=42.83%
G=27.66%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913514400.350.310.18352.744.5867.45
HexD187900231F121612d43
Octal321207220043372254155103
Binary110100011000011110010000010001111111100101011000011011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18790; }

 p { color: rgb(209,135,144); }

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

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

 a { background-color: rgb(209,135,144); }

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

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

 span { border-color: rgb(209,135,144); }

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