#DC9885

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

Shades of Tonys Pink #DC9885

Tints of Tonys Pink #DC9885

Color information

#DC9885 (or 0xDC9885) is unknown color: approx Tonys Pink. HEX triplet: DC, 98 and 85. RGB value is (220,152,133). Sum of RGB (Red+Green+Blue) = 220+152+133=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 152 (59.77% from 255 or 30.10% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9885 is #23677A. Grayscale: #AAAAAA. Windows color (decimal): -2320251 or 8755420. OLE color: 8755420.

HSL color Cylindrical-coordinate representation of color #DC9885: hue angle of 13.1º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC9885 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB220152133-
CMYK00.310.400.14
HSL13.1º55.41%69.22%-
HSV(B)13.1º39.55%86.27%-
XYZ44.9839.3727.42-
YUV170.17107.03163.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.56%
GREEN value IS 152 (59.77% from 255) = 30.10%
BLUE value IS 133 (52.34% from 255) = 26.34%
R=43.56%
G=30.10%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015213300.310.400.1413.155.4169.22
HexDC988501F28Ed3745
Octal33423020503750161567105
Binary110111001001100010000101011111101000111011011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9885; }

 p { color: rgb(220,152,133); }

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

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

 a { background-color: rgb(220,152,133); }

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

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

 span { border-color: rgb(220,152,133); }

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