#DAA39B

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

Shades of Rose #DAA39B

Tints of Rose #DAA39B

Color information

#DAA39B (or 0xDAA39B) is unknown color: approx Rose. HEX triplet: DA, A3 and 9B. RGB value is (218,163,155). Sum of RGB (Red+Green+Blue) = 218+163+155=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 163 (64.06% from 255 or 30.41% from 536); Blue value is 155 (60.94% from 255 or 28.92% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA39B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA39B is #255C64. Grayscale: #B2B2B2. Windows color (decimal): -2448485 or 10200026. OLE color: 10200026.

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

Color convert

RGB218163155-
CMYK00.250.290.15
HSL7.62º45.99%73.14%-
HSV(B)7.62º28.9%85.49%-
XYZ47.9343.4736.87-
YUV178.53114.72156.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.67%
GREEN value IS 163 (64.06% from 255) = 30.41%
BLUE value IS 155 (60.94% from 255) = 28.92%
R=40.67%
G=30.41%
B=28.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816315500.250.290.157.6245.9973.14
HexDAA39B0191DF82e49
Octal33224323303135171056111
Binary11011010101000111001101101100111101111110001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA39B; }

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

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

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

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

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

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

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

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