#DAAD99

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

Shades of Rose #DAAD99

Tints of Rose #DAAD99

Color information

#DAAD99 (or 0xDAAD99) is unknown color: approx Rose. HEX triplet: DA, AD and 99. RGB value is (218,173,153). Sum of RGB (Red+Green+Blue) = 218+173+153=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 153 (60.16% from 255 or 28.12% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAD99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAD99 is #255266. Grayscale: #B8B8B8. Windows color (decimal): -2445927 or 10071514. OLE color: 10071514.

HSL color Cylindrical-coordinate representation of color #DAAD99: hue angle of 18.46º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAAD99 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB218173153-
CMYK00.210.300.15
HSL18.46º46.76%72.75%-
HSV(B)18.46º29.82%85.49%-
XYZ49.6147.0936.61-
YUV184.18110.41152.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.07%
GREEN value IS 173 (67.97% from 255) = 31.80%
BLUE value IS 153 (60.16% from 255) = 28.12%
R=40.07%
G=31.80%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817315300.210.300.1518.4646.7672.75
HexDAAD990151EF122f49
Octal33225523102536172257111
Binary110110101010110110011001010101111101111100101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAD99; }

 p { color: rgb(218,173,153); }

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

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

 a { background-color: rgb(218,173,153); }

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

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

 span { border-color: rgb(218,173,153); }

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