#DA9B87

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

Shades of Tonys Pink #DA9B87

Tints of Tonys Pink #DA9B87

Color information

#DA9B87 (or 0xDA9B87) is unknown color: approx Tonys Pink. HEX triplet: DA, 9B and 87. RGB value is (218,155,135). Sum of RGB (Red+Green+Blue) = 218+155+135=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 155 (60.94% from 255 or 30.51% from 508); Blue value is 135 (53.12% from 255 or 26.57% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9B87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9B87 is #256478. Grayscale: #ABABAB. Windows color (decimal): -2450553 or 8887258. OLE color: 8887258.

HSL color Cylindrical-coordinate representation of color #DA9B87: hue angle of 14.46º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA9B87 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB218155135-
CMYK00.290.380.15
HSL14.46º52.87%69.22%-
HSV(B)14.46º38.07%85.49%-
XYZ45.0140.128.29-
YUV171.56107.37161.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.91%
GREEN value IS 155 (60.94% from 255) = 30.51%
BLUE value IS 135 (53.12% from 255) = 26.57%
R=42.91%
G=30.51%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815513500.290.380.1514.4652.8769.22
HexDA9B8701D26Fe3545
Octal33223320703546171665105
Binary110110101001101110000111011101100110111111101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9B87; }

 p { color: rgb(218,155,135); }

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

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

 a { background-color: rgb(218,155,135); }

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

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

 span { border-color: rgb(218,155,135); }

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