#DAAB9A

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

Shades of Rose #DAAB9A

Tints of Rose #DAAB9A

Color information

#DAAB9A (or 0xDAAB9A) is unknown color: approx Rose. HEX triplet: DA, AB and 9A. RGB value is (218,171,154). Sum of RGB (Red+Green+Blue) = 218+171+154=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 171 (67.19% from 255 or 31.49% from 543); Blue value is 154 (60.55% from 255 or 28.36% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAB9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAB9A is #255465. Grayscale: #B7B7B7. Windows color (decimal): -2446438 or 10136538. OLE color: 10136538.

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

Color convert

RGB218171154-
CMYK00.220.290.15
HSL15.94º46.38%72.94%-
HSV(B)15.94º29.36%85.49%-
XYZ49.3146.3636.92-
YUV183.12111.57152.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.15%
GREEN value IS 171 (67.19% from 255) = 31.49%
BLUE value IS 154 (60.55% from 255) = 28.36%
R=40.15%
G=31.49%
B=28.36%

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
Decimal21817115400.220.290.1515.9446.3872.94
HexDAAB9A0161DF102e49
Octal33225323202635172056111
Binary110110101010101110011010010110111011111100001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAB9A; }

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

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

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

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

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

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

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

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