#DC9F8A

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

Shades of Tonys Pink #DC9F8A

Tints of Tonys Pink #DC9F8A

Color information

#DC9F8A (or 0xDC9F8A) is unknown color: approx Tonys Pink. HEX triplet: DC, 9F and 8A. RGB value is (220,159,138). Sum of RGB (Red+Green+Blue) = 220+159+138=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 159 (62.5% from 255 or 30.75% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9F8A is #236075. Grayscale: #AEAEAE. Windows color (decimal): -2318454 or 9084892. OLE color: 9084892.

HSL color Cylindrical-coordinate representation of color #DC9F8A: hue angle of 15.37º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC9F8A is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB220159138-
CMYK00.280.370.14
HSL15.37º53.95%70.2%-
HSV(B)15.37º37.27%86.27%-
XYZ46.541.8529.67-
YUV174.84107.21160.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.55%
GREEN value IS 159 (62.5% from 255) = 30.75%
BLUE value IS 138 (54.30% from 255) = 26.69%
R=42.55%
G=30.75%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015913800.280.370.1415.3753.9570.2
HexDC9F8A01C25Ef3646
Octal33423721203445161766106
Binary110111001001111110001010011100100101111011111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9F8A; }

 p { color: rgb(220,159,138); }

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

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

 a { background-color: rgb(220,159,138); }

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

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

 span { border-color: rgb(220,159,138); }

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