#DC9D85

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

Shades of Tonys Pink #DC9D85

Tints of Tonys Pink #DC9D85

Color information

#DC9D85 (or 0xDC9D85) is unknown color: approx Tonys Pink. HEX triplet: DC, 9D and 85. RGB value is (220,157,133). Sum of RGB (Red+Green+Blue) = 220+157+133=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 133 (52.34% from 255 or 26.08% from 510); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9D85 is #23627A. Grayscale: #ADADAD. Windows color (decimal): -2318971 or 8756700. OLE color: 8756700.

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

Color convert

RGB220157133-
CMYK00.290.400.14
HSL16.55º55.41%69.22%-
HSV(B)16.55º39.55%86.27%-
XYZ45.8141.0227.69-
YUV173.1105.37161.45-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.14%
GREEN value IS 157 (61.72% from 255) = 30.78%
BLUE value IS 133 (52.34% from 255) = 26.08%
R=43.14%
G=30.78%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015713300.290.400.1416.5555.4169.22
HexDC9D8501D28E113745
Octal33423520503550162167105
Binary1101110010011101100001010111011010001110100011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9D85; }

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

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

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

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

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

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

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

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