#D28099

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

Shades of Puce #D28099

Tints of Puce #D28099

Color information

#D28099 (or 0xD28099) is unknown color: approx Puce. HEX triplet: D2, 80 and 99. RGB value is (210,128,153). Sum of RGB (Red+Green+Blue) = 210+128+153=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 153 (60.16% from 255 or 31.16% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D28099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28099 is #2D7F66. Grayscale: #9B9B9B. Windows color (decimal): -2981735 or 10059986. OLE color: 10059986.

HSL color Cylindrical-coordinate representation of color #D28099: hue angle of 341.71º degrees, saturation: 0.48, 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 #D28099 is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB210128153-
CMYK00.390.270.18
HSL341.71º47.67%66.27%-
HSV(B)341.71º39.05%82.35%-
XYZ40.0531.4434.09-
YUV155.37126.67166.97-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.77%
GREEN value IS 128 (50.39% from 255) = 26.07%
BLUE value IS 153 (60.16% from 255) = 31.16%
R=42.77%
G=26.07%
B=31.16%

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
Decimal21012815300.390.270.18341.7147.6766.27
HexD280990271B121563042
Octal322200231047332252660102
Binary110100101000000010011001010011111011100101010101101100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28099; }

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

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

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

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

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

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

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

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