#DAA599

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

Shades of Rose #DAA599

Tints of Rose #DAA599

Color information

#DAA599 (or 0xDAA599) is unknown color: approx Rose. HEX triplet: DA, A5 and 99. RGB value is (218,165,153). Sum of RGB (Red+Green+Blue) = 218+165+153=536 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.67% from 536); Green value is 165 (64.84% from 255 or 30.78% from 536); Blue value is 153 (60.16% from 255 or 28.54% from 536); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA599 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA599 is #255A66. Grayscale: #B3B3B3. Windows color (decimal): -2447975 or 10069466. OLE color: 10069466.

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

Color convert

RGB218165153-
CMYK00.240.300.15
HSL11.08º46.76%72.75%-
HSV(B)11.08º29.82%85.49%-
XYZ48.1244.1236.12-
YUV179.48113.06155.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.67%
GREEN value IS 165 (64.84% from 255) = 30.78%
BLUE value IS 153 (60.16% from 255) = 28.54%
R=40.67%
G=30.78%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816515300.240.300.1511.0846.7672.75
HexDAA5990181EFb2f49
Octal33224523103036171357111
Binary11011010101001011001100101100011110111110111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA599; }

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

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

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

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

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

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

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

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