#D28688

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

Shades of Puce #D28688

Tints of Puce #D28688

Color information

#D28688 (or 0xD28688) is unknown color: approx Puce. HEX triplet: D2, 86 and 88. RGB value is (210,134,136). Sum of RGB (Red+Green+Blue) = 210+134+136=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 134 (52.73% from 255 or 27.92% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 210 - color contains mainly: red. Hex color #D28688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28688 is #2D7977. Grayscale: #9D9D9D. Windows color (decimal): -2980216 or 8947410. OLE color: 8947410.

HSL color Cylindrical-coordinate representation of color #D28688: hue angle of 358.42º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D28688 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB210134136-
CMYK00.360.350.18
HSL358.42º45.78%67.45%-
HSV(B)358.42º36.19%82.35%-
XYZ39.5532.5327.49-
YUV156.95116.18165.84-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.75%
GREEN value IS 134 (52.73% from 255) = 27.92%
BLUE value IS 136 (53.52% from 255) = 28.33%
R=43.75%
G=27.92%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013413600.360.350.18358.4245.7867.45
HexD2868802423121662e43
Octal322206210044432254656103
Binary1101001010000110100010000100100100011100101011001101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28688; }

 p { color: rgb(210,134,136); }

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

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

 a { background-color: rgb(210,134,136); }

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

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

 span { border-color: rgb(210,134,136); }

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