#DC9C84

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

Shades of Tonys Pink #DC9C84

Tints of Tonys Pink #DC9C84

Color information

#DC9C84 (or 0xDC9C84) is unknown color: approx Tonys Pink. HEX triplet: DC, 9C and 84. RGB value is (220,156,132). Sum of RGB (Red+Green+Blue) = 220+156+132=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 132 (51.95% from 255 or 25.98% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9C84 is #23637B. Grayscale: #ACACAC. Windows color (decimal): -2319228 or 8690908. OLE color: 8690908.

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

Color convert

RGB220156132-
CMYK00.290.400.14
HSL16.36º55.7%69.02%-
HSV(B)16.36º40%86.27%-
XYZ45.5740.6627.28-
YUV172.4105.2161.95-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.31%
GREEN value IS 156 (61.33% from 255) = 30.71%
BLUE value IS 132 (51.95% from 255) = 25.98%
R=43.31%
G=30.71%
B=25.98%

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
Decimal22015613200.290.400.1416.3655.769.02
HexDC9C8401D28E103845
Octal33423420403550162070105
Binary1101110010011100100001000111011010001110100001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9C84; }

 p { color: rgb(220,156,132); }

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

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

 a { background-color: rgb(220,156,132); }

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

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

 span { border-color: rgb(220,156,132); }

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