#DAA59B

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

Shades of Rose #DAA59B

Tints of Rose #DAA59B

Color information

#DAA59B (or 0xDAA59B) is unknown color: approx Rose. HEX triplet: DA, A5 and 9B. RGB value is (218,165,155). Sum of RGB (Red+Green+Blue) = 218+165+155=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 165 (64.84% from 255 or 30.67% from 538); Blue value is 155 (60.94% from 255 or 28.81% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA59B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA59B is #255A64. Grayscale: #B3B3B3. Windows color (decimal): -2447973 or 10200538. OLE color: 10200538.

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

Color convert

RGB218165155-
CMYK00.240.290.15
HSL9.52º45.99%73.14%-
HSV(B)9.52º28.9%85.49%-
XYZ48.2844.1836.99-
YUV179.71114.06155.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.52%
GREEN value IS 165 (64.84% from 255) = 30.67%
BLUE value IS 155 (60.94% from 255) = 28.81%
R=40.52%
G=30.67%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816515500.240.290.159.5245.9973.14
HexDAA59B0181DFa2e49
Octal33224523303035171256111
Binary11011010101001011001101101100011101111110101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA59B; }

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

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

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

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

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

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

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

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