#DAA089

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

Shades of Tonys Pink #DAA089

Tints of Tonys Pink #DAA089

Color information

#DAA089 (or 0xDAA089) is unknown color: approx Tonys Pink. HEX triplet: DA, A0 and 89. RGB value is (218,160,137). Sum of RGB (Red+Green+Blue) = 218+160+137=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 137 (53.91% from 255 or 26.60% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA089 is #255F76. Grayscale: #AEAEAE. Windows color (decimal): -2449271 or 9019610. OLE color: 9019610.

HSL color Cylindrical-coordinate representation of color #DAA089: hue angle of 17.04º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DAA089 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB218160137-
CMYK00.270.370.15
HSL17.04º52.26%69.61%-
HSV(B)17.04º37.16%85.49%-
XYZ4641.8529.32-
YUV174.72106.72158.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.33%
GREEN value IS 160 (62.89% from 255) = 31.07%
BLUE value IS 137 (53.91% from 255) = 26.60%
R=42.33%
G=31.07%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816013700.270.370.1517.0452.2669.61
HexDAA08901B25F113446
Octal33224021103345172164106
Binary1101101010100000100010010110111001011111100011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA089; }

 p { color: rgb(218,160,137); }

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

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

 a { background-color: rgb(218,160,137); }

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

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

 span { border-color: rgb(218,160,137); }

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