#DAA096

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

Shades of Rose #DAA096

Tints of Rose #DAA096

Color information

#DAA096 (or 0xDAA096) is unknown color: approx Rose. HEX triplet: DA, A0 and 96. RGB value is (218,160,150). Sum of RGB (Red+Green+Blue) = 218+160+150=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA096 is #255F69. Grayscale: #B0B0B0. Windows color (decimal): -2449258 or 9871578. OLE color: 9871578.

HSL color Cylindrical-coordinate representation of color #DAA096: hue angle of 8.82º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DAA096 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB218160150-
CMYK00.270.310.15
HSL8.82º47.89%72.16%-
HSV(B)8.82º31.19%85.49%-
XYZ46.9942.2534.53-
YUV176.2113.22157.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.29%
GREEN value IS 160 (62.89% from 255) = 30.30%
BLUE value IS 150 (58.98% from 255) = 28.41%
R=41.29%
G=30.30%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816015000.270.310.158.8247.8972.16
HexDAA09601B1FF93048
Octal33224022603337171160110
Binary11011010101000001001011001101111111111110011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA096; }

 p { color: rgb(218,160,150); }

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

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

 a { background-color: rgb(218,160,150); }

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

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

 span { border-color: rgb(218,160,150); }

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