#DAA19D

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

Shades of Rose #DAA19D

Tints of Rose #DAA19D

Color information

#DAA19D (or 0xDAA19D) is unknown color: approx Rose. HEX triplet: DA, A1 and 9D. RGB value is (218,161,157). Sum of RGB (Red+Green+Blue) = 218+161+157=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 161 (63.28% from 255 or 30.04% from 536); Blue value is 157 (61.72% from 255 or 29.29% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA19D is #255E62. Grayscale: #B1B1B1. Windows color (decimal): -2448995 or 10330586. OLE color: 10330586.

HSL color Cylindrical-coordinate representation of color #DAA19D: hue angle of 3.93º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAA19D is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB218161157-
CMYK00.260.280.15
HSL3.93º45.19%73.53%-
HSV(B)3.93º27.98%85.49%-
XYZ47.7442.8337.65-
YUV177.59116.38156.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.67%
GREEN value IS 161 (63.28% from 255) = 30.04%
BLUE value IS 157 (61.72% from 255) = 29.29%
R=40.67%
G=30.04%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816115700.260.280.153.9345.1973.53
HexDAA19D01A1CF42d4a
Octal3322412350323417455112
Binary1101101010100001100111010110101110011111001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA19D; }

 p { color: rgb(218,161,157); }

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

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

 a { background-color: rgb(218,161,157); }

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

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

 span { border-color: rgb(218,161,157); }

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