#D28392

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

Shades of Puce #D28392

Tints of Puce #D28392

Color information

#D28392 (or 0xD28392) is unknown color: approx Puce. HEX triplet: D2, 83 and 92. RGB value is (210,131,146). Sum of RGB (Red+Green+Blue) = 210+131+146=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 131 (51.56% from 255 or 26.90% from 487); Blue value is 146 (57.42% from 255 or 29.98% from 487); Max value from RGB is 210 - color contains mainly: red. Hex color #D28392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28392 is #2D7C6D. Grayscale: #9C9C9C. Windows color (decimal): -2980974 or 9602002. OLE color: 9602002.

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

Color convert

RGB210131146-
CMYK00.380.300.18
HSL348.61º46.75%66.86%-
HSV(B)348.61º37.62%82.35%-
XYZ39.8832.0131.27-
YUV156.33122.17166.28-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.12%
GREEN value IS 131 (51.56% from 255) = 26.90%
BLUE value IS 146 (57.42% from 255) = 29.98%
R=43.12%
G=26.90%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013114600.380.300.18348.6146.7566.86
HexD283920261E1215d2f43
Octal322203222046362253557103
Binary110100101000001110010010010011011110100101010111011011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28392; }

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

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

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

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

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

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

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

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