#DAA49A

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

Shades of Rose #DAA49A

Tints of Rose #DAA49A

Color information

#DAA49A (or 0xDAA49A) is unknown color: approx Rose. HEX triplet: DA, A4 and 9A. RGB value is (218,164,154). Sum of RGB (Red+Green+Blue) = 218+164+154=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 164 (64.45% from 255 or 30.60% from 536); Blue value is 154 (60.55% from 255 or 28.73% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA49A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA49A is #255B65. Grayscale: #B3B3B3. Windows color (decimal): -2448230 or 10134746. OLE color: 10134746.

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

Color convert

RGB218164154-
CMYK00.250.290.15
HSL9.38º46.38%72.94%-
HSV(B)9.38º29.36%85.49%-
XYZ48.0243.7936.49-
YUV179.01113.89155.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.67%
GREEN value IS 164 (64.45% from 255) = 30.60%
BLUE value IS 154 (60.55% from 255) = 28.73%
R=40.67%
G=30.60%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816415400.250.290.159.3846.3872.94
HexDAA49A0191DF92e49
Octal33224423203135171156111
Binary11011010101001001001101001100111101111110011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA49A; }

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

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

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

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

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

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

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

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