#D28592

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

Shades of Puce #D28592

Tints of Puce #D28592

Color information

#D28592 (or 0xD28592) is unknown color: approx Puce. HEX triplet: D2, 85 and 92. RGB value is (210,133,146). Sum of RGB (Red+Green+Blue) = 210+133+146=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 133 (52.34% from 255 or 27.20% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D28592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28592 is #2D7A6D. Grayscale: #9D9D9D. Windows color (decimal): -2980462 or 9602514. OLE color: 9602514.

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

Color convert

RGB210133146-
CMYK00.370.300.18
HSL349.87º46.11%67.25%-
HSV(B)349.87º36.67%82.35%-
XYZ40.1532.5531.36-
YUV157.5121.51165.44-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.94%
GREEN value IS 133 (52.34% from 255) = 27.20%
BLUE value IS 146 (57.42% from 255) = 29.86%
R=42.94%
G=27.20%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013314600.370.300.18349.8746.1167.25
HexD285920251E1215e2e43
Octal322205222045362253656103
Binary110100101000010110010010010010111110100101010111101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28592; }

 p { color: rgb(210,133,146); }

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

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

 a { background-color: rgb(210,133,146); }

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

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

 span { border-color: rgb(210,133,146); }

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