#DAA59A

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

Shades of Rose #DAA59A

Tints of Rose #DAA59A

Color information

#DAA59A (or 0xDAA59A) is unknown color: approx Rose. HEX triplet: DA, A5 and 9A. RGB value is (218,165,154). Sum of RGB (Red+Green+Blue) = 218+165+154=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 165 (64.84% from 255 or 30.73% from 537); Blue value is 154 (60.55% from 255 or 28.68% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA59A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA59A is #255A65. Grayscale: #B3B3B3. Windows color (decimal): -2447974 or 10135002. OLE color: 10135002.

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

Color convert

RGB218165154-
CMYK00.240.290.15
HSL10.31º46.38%72.94%-
HSV(B)10.31º29.36%85.49%-
XYZ48.244.1536.55-
YUV179.59113.56155.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.60%
GREEN value IS 165 (64.84% from 255) = 30.73%
BLUE value IS 154 (60.55% from 255) = 28.68%
R=40.60%
G=30.73%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816515400.240.290.1510.3146.3872.94
HexDAA59A0181DFa2e49
Octal33224523203035171256111
Binary11011010101001011001101001100011101111110101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA59A; }

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

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

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

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

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

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

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

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