#D4858A

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

Shades of Puce #D4858A

Tints of Puce #D4858A

Color information

#D4858A (or 0xD4858A) is unknown color: approx Puce. HEX triplet: D4, 85 and 8A. RGB value is (212,133,138). Sum of RGB (Red+Green+Blue) = 212+133+138=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 212 - color contains mainly: red. Hex color #D4858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4858A is #2B7A75. Grayscale: #9D9D9D. Windows color (decimal): -2849398 or 9078228. OLE color: 9078228.

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

Color convert

RGB212133138-
CMYK00.370.350.17
HSL356.2º47.88%67.65%-
HSV(B)356.2º37.26%83.14%-
XYZ40.1332.6128.22-
YUV157.19117.17167.09-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.89%
GREEN value IS 133 (52.34% from 255) = 27.54%
BLUE value IS 138 (54.30% from 255) = 28.57%
R=43.89%
G=27.54%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213313800.370.350.17356.247.8867.65
HexD4858A02523111643044
Octal324205212045432154460104
Binary1101010010000101100010100100101100011100011011001001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4858A; }

 p { color: rgb(212,133,138); }

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

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

 a { background-color: rgb(212,133,138); }

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

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

 span { border-color: rgb(212,133,138); }

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