#DCA18C

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

Shades of Tonys Pink #DCA18C

Tints of Tonys Pink #DCA18C

Color information

#DCA18C (or 0xDCA18C) is unknown color: approx Tonys Pink. HEX triplet: DC, A1 and 8C. RGB value is (220,161,140). Sum of RGB (Red+Green+Blue) = 220+161+140=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 140 (55.08% from 255 or 26.87% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA18C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA18C is #235E73. Grayscale: #B0B0B0. Windows color (decimal): -2317940 or 9216476. OLE color: 9216476.

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

Color convert

RGB220161140-
CMYK00.270.360.14
HSL15.75º53.33%70.59%-
HSV(B)15.75º36.36%86.27%-
XYZ46.9942.630.56-
YUV176.25107.55159.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.23%
GREEN value IS 161 (63.28% from 255) = 30.90%
BLUE value IS 140 (55.08% from 255) = 26.87%
R=42.23%
G=30.90%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016114000.270.360.1415.7553.3370.59
HexDCA18C01B24E103547
Octal33424121403344162065107
Binary1101110010100001100011000110111001001110100001101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA18C; }

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

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

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

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

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

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

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

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