#D18788

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

Shades of Puce #D18788

Tints of Puce #D18788

Color information

#D18788 (or 0xD18788) is unknown color: approx Puce. HEX triplet: D1, 87 and 88. RGB value is (209,135,136). Sum of RGB (Red+Green+Blue) = 209+135+136=480 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.54% from 480); Green value is 135 (53.12% from 255 or 28.12% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 209 - color contains mainly: red. Hex color #D18788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D18788 is #2E7877. Grayscale: #9D9D9D. Windows color (decimal): -3045496 or 8947665. OLE color: 8947665.

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

Color convert

RGB209135136-
CMYK00.350.350.18
HSL359.19º44.58%67.45%-
HSV(B)359.19º35.41%81.96%-
XYZ39.432.6627.52-
YUV157.24116.02164.92-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.54%
GREEN value IS 135 (53.12% from 255) = 28.12%
BLUE value IS 136 (53.52% from 255) = 28.33%
R=43.54%
G=28.12%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20913513600.350.350.18359.1944.5867.45
HexD1878802323121672d43
Octal321207210043432254755103
Binary1101000110000111100010000100011100011100101011001111011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D18788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D18788; }

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

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

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

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

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

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

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

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