#DAA19B

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

Shades of Rose #DAA19B

Tints of Rose #DAA19B

Color information

#DAA19B (or 0xDAA19B) is unknown color: approx Rose. HEX triplet: DA, A1 and 9B. RGB value is (218,161,155). Sum of RGB (Red+Green+Blue) = 218+161+155=534 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.82% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 155 (60.94% from 255 or 29.03% from 534); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA19B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA19B is #255E64. Grayscale: #B1B1B1. Windows color (decimal): -2448997 or 10199514. OLE color: 10199514.

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

Color convert

RGB218161155-
CMYK00.260.290.15
HSL5.71º45.99%73.14%-
HSV(B)5.71º28.9%85.49%-
XYZ47.5742.7636.76-
YUV177.36115.38156.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.82%
GREEN value IS 161 (63.28% from 255) = 30.15%
BLUE value IS 155 (60.94% from 255) = 29.03%
R=40.82%
G=30.15%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816115500.260.290.155.7145.9973.14
HexDAA19B01A1DF62e49
Octal3322412330323517656111
Binary1101101010100001100110110110101110111111101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA19B; }

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

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

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

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

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

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

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

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