#DC9D87

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

Shades of Tonys Pink #DC9D87

Tints of Tonys Pink #DC9D87

Color information

#DC9D87 (or 0xDC9D87) is unknown color: approx Tonys Pink. HEX triplet: DC, 9D and 87. RGB value is (220,157,135). Sum of RGB (Red+Green+Blue) = 220+157+135=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 135 (53.12% from 255 or 26.37% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9D87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9D87 is #236278. Grayscale: #ADADAD. Windows color (decimal): -2318969 or 8887772. OLE color: 8887772.

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

Color convert

RGB220157135-
CMYK00.290.390.14
HSL15.53º54.84%69.61%-
HSV(B)15.53º38.64%86.27%-
XYZ45.9541.0828.43-
YUV173.33106.37161.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.97%
GREEN value IS 157 (61.72% from 255) = 30.66%
BLUE value IS 135 (53.12% from 255) = 26.37%
R=42.97%
G=30.66%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015713500.290.390.1415.5354.8469.61
HexDC9D8701D27E103746
Octal33423520703547162067106
Binary1101110010011101100001110111011001111110100001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9D87; }

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

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

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

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

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

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

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

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