#DAA590

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

Shades of Rose #DAA590

Tints of Rose #DAA590

Color information

#DAA590 (or 0xDAA590) is unknown color: approx Rose. HEX triplet: DA, A5 and 90. RGB value is (218,165,144). Sum of RGB (Red+Green+Blue) = 218+165+144=527 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.37% from 527); Green value is 165 (64.84% from 255 or 31.31% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA590 is #255A6F. Grayscale: #B2B2B2. Windows color (decimal): -2447984 or 9479642. OLE color: 9479642.

HSL color Cylindrical-coordinate representation of color #DAA590: hue angle of 17.03º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DAA590 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB218165144-
CMYK00.240.340.15
HSL17.03º50%70.98%-
HSV(B)17.03º33.94%85.49%-
XYZ47.443.8332.35-
YUV178.45108.56156.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.37%
GREEN value IS 165 (64.84% from 255) = 31.31%
BLUE value IS 144 (56.64% from 255) = 27.32%
R=41.37%
G=31.31%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816514400.240.340.1517.035070.98
HexDAA59001822F113247
Octal33224522003042172162107
Binary1101101010100101100100000110001000101111100011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA590; }

 p { color: rgb(218,165,144); }

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

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

 a { background-color: rgb(218,165,144); }

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

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

 span { border-color: rgb(218,165,144); }

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