#DA9A87

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

Shades of Tonys Pink #DA9A87

Tints of Tonys Pink #DA9A87

Color information

#DA9A87 (or 0xDA9A87) is unknown color: approx Tonys Pink. HEX triplet: DA, 9A and 87. RGB value is (218,154,135). Sum of RGB (Red+Green+Blue) = 218+154+135=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 135 (53.12% from 255 or 26.63% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9A87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9A87 is #256578. Grayscale: #ABABAB. Windows color (decimal): -2450809 or 8887002. OLE color: 8887002.

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

Color convert

RGB218154135-
CMYK00.290.380.15
HSL13.73º52.87%69.22%-
HSV(B)13.73º38.07%85.49%-
XYZ44.8439.7728.23-
YUV170.97107.7161.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.00%
GREEN value IS 154 (60.55% from 255) = 30.37%
BLUE value IS 135 (53.12% from 255) = 26.63%
R=43.00%
G=30.37%
B=26.63%

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
Decimal21815413500.290.380.1513.7352.8769.22
HexDA9A8701D26Fe3545
Octal33223220703546171665105
Binary110110101001101010000111011101100110111111101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9A87; }

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

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

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

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

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

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

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

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