#DAA99B

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

Shades of Rose #DAA99B

Tints of Rose #DAA99B

Color information

#DAA99B (or 0xDAA99B) is unknown color: approx Rose. HEX triplet: DA, A9 and 9B. RGB value is (218,169,155). Sum of RGB (Red+Green+Blue) = 218+169+155=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 169 (66.41% from 255 or 31.18% from 542); Blue value is 155 (60.94% from 255 or 28.60% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA99B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA99B is #255664. Grayscale: #B6B6B6. Windows color (decimal): -2446949 or 10201562. OLE color: 10201562.

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

Color convert

RGB218169155-
CMYK00.220.290.15
HSL13.33º45.99%73.14%-
HSV(B)13.33º28.9%85.49%-
XYZ49.0245.6537.24-
YUV182.06112.73153.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.22%
GREEN value IS 169 (66.41% from 255) = 31.18%
BLUE value IS 155 (60.94% from 255) = 28.60%
R=40.22%
G=31.18%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816915500.220.290.1513.3345.9973.14
HexDAA99B0161DFd2e49
Octal33225123302635171556111
Binary11011010101010011001101101011011101111111011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA99B; }

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

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

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

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

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

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

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

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