#DAA29B

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

Shades of Rose #DAA29B

Tints of Rose #DAA29B

Color information

#DAA29B (or 0xDAA29B) is unknown color: approx Rose. HEX triplet: DA, A2 and 9B. RGB value is (218,162,155). Sum of RGB (Red+Green+Blue) = 218+162+155=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 162 (63.67% from 255 or 30.28% from 535); Blue value is 155 (60.94% from 255 or 28.97% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA29B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA29B is #255D64. Grayscale: #B2B2B2. Windows color (decimal): -2448741 or 10199770. OLE color: 10199770.

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

Color convert

RGB218162155-
CMYK00.260.290.15
HSL6.67º45.99%73.14%-
HSV(B)6.67º28.9%85.49%-
XYZ47.7543.1136.82-
YUV177.95115.05156.57-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.75%
GREEN value IS 162 (63.67% from 255) = 30.28%
BLUE value IS 155 (60.94% from 255) = 28.97%
R=40.75%
G=30.28%
B=28.97%

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
Decimal21816215500.260.290.156.6745.9973.14
HexDAA29B01A1DF72e49
Octal3322422330323517756111
Binary1101101010100010100110110110101110111111111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA29B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA29B; }

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

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

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

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

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

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

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

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