#DAA49D

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

Shades of Rose #DAA49D

Tints of Rose #DAA49D

Color information

#DAA49D (or 0xDAA49D) is unknown color: approx Rose. HEX triplet: DA, A4 and 9D. RGB value is (218,164,157). Sum of RGB (Red+Green+Blue) = 218+164+157=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 164 (64.45% from 255 or 30.43% from 539); Blue value is 157 (61.72% from 255 or 29.13% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA49D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA49D is #255B62. Grayscale: #B3B3B3. Windows color (decimal): -2448227 or 10331354. OLE color: 10331354.

HSL color Cylindrical-coordinate representation of color #DAA49D: hue angle of 6.89º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAA49D is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB218164157-
CMYK00.250.280.15
HSL6.89º45.19%73.53%-
HSV(B)6.89º27.98%85.49%-
XYZ48.2743.8937.83-
YUV179.35115.39155.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.45%
GREEN value IS 164 (64.45% from 255) = 30.43%
BLUE value IS 157 (61.72% from 255) = 29.13%
R=40.45%
G=30.43%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816415700.250.280.156.8945.1973.53
HexDAA49D0191CF72d4a
Octal3322442350313417755112
Binary1101101010100100100111010110011110011111111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA49D; }

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

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

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

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

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

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

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

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