#daab9b

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

Shades of Rose #DAAB9B

Tints of Rose #DAAB9B

Color information

#DAAB9B (or 0xDAAB9B) is unknown color: approx Rose. HEX triplet: DA, AB and 9B. RGB value is (218,171,155). Sum of RGB (Red+Green+Blue) = 218+171+155=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 171 (67.19% from 255 or 31.43% from 544); Blue value is 155 (60.94% from 255 or 28.49% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAB9B is #255464. Grayscale: #B7B7B7. Windows color (decimal): -2446437 or 10202074. OLE color: 10202074.

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

Color convert

RGB218171155-
CMYK00.220.290.15
HSL15.24º45.99%73.14%-
HSV(B)15.24º28.9%85.49%-
XYZ49.3946.437.36-
YUV183.23112.07152.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.07%
GREEN value IS 171 (67.19% from 255) = 31.43%
BLUE value IS 155 (60.94% from 255) = 28.49%
R=40.07%
G=31.43%
B=28.49%

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
Decimal21817115500.220.290.1515.2445.9973.14
HexDAAB9B0161DFf2e49
Octal33225323302635171756111
Binary11011010101010111001101101011011101111111111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #daab9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #daab9b; }

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

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

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

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

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

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

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

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