#DAAA93

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

Shades of Rose #DAAA93

Tints of Rose #DAAA93

Color information

#DAAA93 (or 0xDAAA93) is unknown color: approx Rose. HEX triplet: DA, AA and 93. RGB value is (218,170,147). Sum of RGB (Red+Green+Blue) = 218+170+147=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 170 (66.80% from 255 or 31.78% from 535); Blue value is 147 (57.81% from 255 or 27.48% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAA93 is #25556C. Grayscale: #B5B5B5. Windows color (decimal): -2446701 or 9677530. OLE color: 9677530.

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

Color convert

RGB218170147-
CMYK00.220.330.15
HSL19.44º48.97%71.57%-
HSV(B)19.44º32.57%85.49%-
XYZ48.5545.7633.88-
YUV181.73108.4153.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.75%
GREEN value IS 170 (66.80% from 255) = 31.78%
BLUE value IS 147 (57.81% from 255) = 27.48%
R=40.75%
G=31.78%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817014700.220.330.1519.4448.9771.57
HexDAAA9301621F133148
Octal33225222302641172361110
Binary1101101010101010100100110101101000011111100111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAA93; }

 p { color: rgb(218,170,147); }

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

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

 a { background-color: rgb(218,170,147); }

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

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

 span { border-color: rgb(218,170,147); }

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