#DAA593

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

Shades of Rose #DAA593

Tints of Rose #DAA593

Color information

#DAA593 (or 0xDAA593) is unknown color: approx Rose. HEX triplet: DA, A5 and 93. RGB value is (218,165,147). Sum of RGB (Red+Green+Blue) = 218+165+147=530 (70% of max value = 765). Red value is 218 (85.55% from 255 or 41.13% from 530); Green value is 165 (64.84% from 255 or 31.13% from 530); Blue value is 147 (57.81% from 255 or 27.74% from 530); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA593 is #255A6C. Grayscale: #B2B2B2. Windows color (decimal): -2447981 or 9676250. OLE color: 9676250.

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

Color convert

RGB218165147-
CMYK00.240.330.15
HSL15.21º48.97%71.57%-
HSV(B)15.21º32.57%85.49%-
XYZ47.6443.9233.57-
YUV178.8110.06155.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.13%
GREEN value IS 165 (64.84% from 255) = 31.13%
BLUE value IS 147 (57.81% from 255) = 27.74%
R=41.13%
G=31.13%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816514700.240.330.1515.2148.9771.57
HexDAA59301821Ff3148
Octal33224522303041171761110
Binary110110101010010110010011011000100001111111111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA593; }

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

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

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

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

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

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

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

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