#D48789

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

Shades of Puce #D48789

Tints of Puce #D48789

Color information

#D48789 (or 0xD48789) is unknown color: approx Puce. HEX triplet: D4, 87 and 89. RGB value is (212,135,137). Sum of RGB (Red+Green+Blue) = 212+135+137=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 135 (53.12% from 255 or 27.89% from 484); Blue value is 137 (53.91% from 255 or 28.31% from 484); Max value from RGB is 212 - color contains mainly: red. Hex color #D48789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48789 is #2B7876. Grayscale: #9E9E9E. Windows color (decimal): -2848887 or 9013204. OLE color: 9013204.

HSL color Cylindrical-coordinate representation of color #D48789: hue angle of 358.44º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D48789 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB212135137-
CMYK00.360.350.17
HSL358.44º47.24%68.04%-
HSV(B)358.44º36.32%83.14%-
XYZ40.3333.1327.94-
YUV158.25116.01166.34-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.80%
GREEN value IS 135 (53.12% from 255) = 27.89%
BLUE value IS 137 (53.91% from 255) = 28.31%
R=43.80%
G=27.89%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213513700.360.350.17358.4447.2468.04
HexD4878902423111662f44
Octal324207211044432154657104
Binary1101010010000111100010010100100100011100011011001101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48789; }

 p { color: rgb(212,135,137); }

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

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

 a { background-color: rgb(212,135,137); }

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

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

 span { border-color: rgb(212,135,137); }

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