#DAA49C

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

Shades of Rose #DAA49C

Tints of Rose #DAA49C

Color information

#DAA49C (or 0xDAA49C) is unknown color: approx Rose. HEX triplet: DA, A4 and 9C. RGB value is (218,164,156). Sum of RGB (Red+Green+Blue) = 218+164+156=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 164 (64.45% from 255 or 30.48% from 538); Blue value is 156 (61.33% from 255 or 29.00% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA49C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA49C is #255B63. Grayscale: #B3B3B3. Windows color (decimal): -2448228 or 10265818. OLE color: 10265818.

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

Color convert

RGB218164156-
CMYK00.250.280.15
HSL7.74º45.59%73.33%-
HSV(B)7.74º28.44%85.49%-
XYZ48.1943.8637.38-
YUV179.23114.89155.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.52%
GREEN value IS 164 (64.45% from 255) = 30.48%
BLUE value IS 156 (61.33% from 255) = 29.00%
R=40.52%
G=30.48%
B=29.00%

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
Decimal21816415600.250.280.157.7445.5973.33
HexDAA49C0191CF82e49
Octal33224423403134171056111
Binary11011010101001001001110001100111100111110001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA49C; }

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

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

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

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

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

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

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

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