#DC9C83

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

Shades of Tonys Pink #DC9C83

Tints of Tonys Pink #DC9C83

Color information

#DC9C83 (or 0xDC9C83) is unknown color: approx Tonys Pink. HEX triplet: DC, 9C and 83. RGB value is (220,156,131). Sum of RGB (Red+Green+Blue) = 220+156+131=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 156 (61.33% from 255 or 30.77% from 507); Blue value is 131 (51.56% from 255 or 25.84% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9C83 is #23637C. Grayscale: #ACACAC. Windows color (decimal): -2319229 or 8625372. OLE color: 8625372.

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

Color convert

RGB220156131-
CMYK00.290.400.14
HSL16.85º55.97%68.82%-
HSV(B)16.85º40.45%86.27%-
XYZ45.540.6326.92-
YUV172.29104.7162.03-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.39%
GREEN value IS 156 (61.33% from 255) = 30.77%
BLUE value IS 131 (51.56% from 255) = 25.84%
R=43.39%
G=30.77%
B=25.84%

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
Decimal22015613100.290.400.1416.8555.9768.82
HexDC9C8301D28E113845
Octal33423420303550162170105
Binary1101110010011100100000110111011010001110100011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9C83; }

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

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

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

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

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

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

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

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