#DC9F8B

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

Shades of Tonys Pink #DC9F8B

Tints of Tonys Pink #DC9F8B

Color information

#DC9F8B (or 0xDC9F8B) is unknown color: approx Tonys Pink. HEX triplet: DC, 9F and 8B. RGB value is (220,159,139). Sum of RGB (Red+Green+Blue) = 220+159+139=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 139 (54.69% from 255 or 26.83% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9F8B is #236074. Grayscale: #AFAFAF. Windows color (decimal): -2318453 or 9150428. OLE color: 9150428.

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

Color convert

RGB220159139-
CMYK00.280.370.14
HSL14.81º53.64%70.39%-
HSV(B)14.81º36.82%86.27%-
XYZ46.5741.8830.05-
YUV174.96107.71160.13-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.47%
GREEN value IS 159 (62.5% from 255) = 30.69%
BLUE value IS 139 (54.69% from 255) = 26.83%
R=42.47%
G=30.69%
B=26.83%

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
Decimal22015913900.280.370.1414.8153.6470.39
HexDC9F8B01C25Ef3646
Octal33423721303445161766106
Binary110111001001111110001011011100100101111011111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9F8B; }

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

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

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

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

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

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

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

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