#D28199

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

Shades of Puce #D28199

Tints of Puce #D28199

Color information

#D28199 (or 0xD28199) is unknown color: approx Puce. HEX triplet: D2, 81 and 99. RGB value is (210,129,153). Sum of RGB (Red+Green+Blue) = 210+129+153=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 129 (50.78% from 255 or 26.22% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D28199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28199 is #2D7E66. Grayscale: #9B9B9B. Windows color (decimal): -2981479 or 10060242. OLE color: 10060242.

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

Color convert

RGB210129153-
CMYK00.390.270.18
HSL342.22º47.37%66.47%-
HSV(B)342.22º38.57%82.35%-
XYZ40.1831.734.14-
YUV155.96126.34166.55-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.68%
GREEN value IS 129 (50.78% from 255) = 26.22%
BLUE value IS 153 (60.16% from 255) = 31.10%
R=42.68%
G=26.22%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012915300.390.270.18342.2247.3766.47
HexD281990271B121562f42
Octal322201231047332252657102
Binary110100101000000110011001010011111011100101010101101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28199; }

 p { color: rgb(210,129,153); }

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

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

 a { background-color: rgb(210,129,153); }

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

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

 span { border-color: rgb(210,129,153); }

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