#D28689

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

Shades of Puce #D28689

Tints of Puce #D28689

Color information

#D28689 (or 0xD28689) is unknown color: approx Puce. HEX triplet: D2, 86 and 89. RGB value is (210,134,137). Sum of RGB (Red+Green+Blue) = 210+134+137=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 137 (53.91% from 255 or 28.48% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D28689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28689 is #2D7976. Grayscale: #9D9D9D. Windows color (decimal): -2980215 or 9012946. OLE color: 9012946.

HSL color Cylindrical-coordinate representation of color #D28689: hue angle of 357.63º 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 #D28689 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB210134137-
CMYK00.360.350.18
HSL357.63º45.78%67.45%-
HSV(B)357.63º36.19%82.35%-
XYZ39.6232.5627.86-
YUV157.07116.68165.76-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.66%
GREEN value IS 134 (52.73% from 255) = 27.86%
BLUE value IS 137 (53.91% from 255) = 28.48%
R=43.66%
G=27.86%
B=28.48%

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
Decimal21013413700.360.350.18357.6345.7867.45
HexD2868902423121662e43
Octal322206211044432254656103
Binary1101001010000110100010010100100100011100101011001101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28689; }

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

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

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

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

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

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

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

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