#DC9983

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

Shades of Tonys Pink #DC9983

Tints of Tonys Pink #DC9983

Color information

#DC9983 (or 0xDC9983) is unknown color: approx Tonys Pink. HEX triplet: DC, 99 and 83. RGB value is (220,153,131). Sum of RGB (Red+Green+Blue) = 220+153+131=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 131 (51.56% from 255 or 25.99% from 504); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9983 is #23667C. Grayscale: #AAAAAA. Windows color (decimal): -2319997 or 8624604. OLE color: 8624604.

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

Color convert

RGB220153131-
CMYK00.300.400.14
HSL14.83º55.97%68.82%-
HSV(B)14.83º40.45%86.27%-
XYZ4539.6426.75-
YUV170.52105.7163.29-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.65%
GREEN value IS 153 (60.16% from 255) = 30.36%
BLUE value IS 131 (51.56% from 255) = 25.99%
R=43.65%
G=30.36%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015313100.300.400.1414.8355.9768.82
HexDC998301E28Ef3845
Octal33423120303650161770105
Binary110111001001100110000011011110101000111011111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9983; }

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

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

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

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

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

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

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

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