#DAA99A

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

Shades of Rose #DAA99A

Tints of Rose #DAA99A

Color information

#DAA99A (or 0xDAA99A) is unknown color: approx Rose. HEX triplet: DA, A9 and 9A. RGB value is (218,169,154). Sum of RGB (Red+Green+Blue) = 218+169+154=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 169 (66.41% from 255 or 31.24% from 541); Blue value is 154 (60.55% from 255 or 28.47% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA99A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA99A is #255665. Grayscale: #B6B6B6. Windows color (decimal): -2446950 or 10136026. OLE color: 10136026.

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

Color convert

RGB218169154-
CMYK00.220.290.15
HSL14.06º46.38%72.94%-
HSV(B)14.06º29.36%85.49%-
XYZ48.9345.6136.8-
YUV181.94112.23153.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.30%
GREEN value IS 169 (66.41% from 255) = 31.24%
BLUE value IS 154 (60.55% from 255) = 28.47%
R=40.30%
G=31.24%
B=28.47%

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
Decimal21816915400.220.290.1514.0646.3872.94
HexDAA99A0161DFe2e49
Octal33225123202635171656111
Binary11011010101010011001101001011011101111111101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA99A; }

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

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

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

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

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

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

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

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