#DAA19C

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

Shades of Rose #DAA19C

Tints of Rose #DAA19C

Color information

#DAA19C (or 0xDAA19C) is unknown color: approx Rose. HEX triplet: DA, A1 and 9C. RGB value is (218,161,156). Sum of RGB (Red+Green+Blue) = 218+161+156=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 156 (61.33% from 255 or 29.16% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA19C is #255E63. Grayscale: #B1B1B1. Windows color (decimal): -2448996 or 10265050. OLE color: 10265050.

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

Color convert

RGB218161156-
CMYK00.260.280.15
HSL4.84º45.59%73.33%-
HSV(B)4.84º28.44%85.49%-
XYZ47.6642.837.2-
YUV177.47115.88156.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.75%
GREEN value IS 161 (63.28% from 255) = 30.09%
BLUE value IS 156 (61.33% from 255) = 29.16%
R=40.75%
G=30.09%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816115600.260.280.154.8445.5973.33
HexDAA19C01A1CF52e49
Octal3322412340323417556111
Binary1101101010100001100111000110101110011111011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA19C; }

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

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

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

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

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

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

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

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