#DC9B83

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

Shades of Tonys Pink #DC9B83

Tints of Tonys Pink #DC9B83

Color information

#DC9B83 (or 0xDC9B83) is unknown color: approx Tonys Pink. HEX triplet: DC, 9B and 83. RGB value is (220,155,131). Sum of RGB (Red+Green+Blue) = 220+155+131=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 131 (51.56% from 255 or 25.89% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9B83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9B83 is #23647C. Grayscale: #ABABAB. Windows color (decimal): -2319485 or 8625116. OLE color: 8625116.

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

Color convert

RGB220155131-
CMYK00.300.400.14
HSL16.18º55.97%68.82%-
HSV(B)16.18º40.45%86.27%-
XYZ45.3340.326.86-
YUV171.7105.03162.45-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.48%
GREEN value IS 155 (60.94% from 255) = 30.63%
BLUE value IS 131 (51.56% from 255) = 25.89%
R=43.48%
G=30.63%
B=25.89%

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
Decimal22015513100.300.400.1416.1855.9768.82
HexDC9B8301E28E103845
Octal33423320303650162070105
Binary1101110010011011100000110111101010001110100001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9B83; }

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

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

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

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

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

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

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

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