#DCA28C

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

Shades of Tonys Pink #DCA28C

Tints of Tonys Pink #DCA28C

Color information

#DCA28C (or 0xDCA28C) is unknown color: approx Tonys Pink. HEX triplet: DC, A2 and 8C. RGB value is (220,162,140). Sum of RGB (Red+Green+Blue) = 220+162+140=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 140 (55.08% from 255 or 26.82% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA28C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA28C is #235D73. Grayscale: #B0B0B0. Windows color (decimal): -2317684 or 9216732. OLE color: 9216732.

HSL color Cylindrical-coordinate representation of color #DCA28C: hue angle of 16.5º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DCA28C is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB220162140-
CMYK00.260.360.14
HSL16.5º53.33%70.59%-
HSV(B)16.5º36.36%86.27%-
XYZ47.1742.9530.61-
YUV176.83107.22158.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.15%
GREEN value IS 162 (63.67% from 255) = 31.03%
BLUE value IS 140 (55.08% from 255) = 26.82%
R=42.15%
G=31.03%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016214000.260.360.1416.553.3370.59
HexDCA28C01A24E113547
Octal33424221403244162165107
Binary1101110010100010100011000110101001001110100011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA28C; }

 p { color: rgb(220,162,140); }

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

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

 a { background-color: rgb(220,162,140); }

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

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

 span { border-color: rgb(220,162,140); }

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