#DAA598

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

Shades of Rose #DAA598

Tints of Rose #DAA598

Color information

#DAA598 (or 0xDAA598) is unknown color: approx Rose. HEX triplet: DA, A5 and 98. RGB value is (218,165,152). Sum of RGB (Red+Green+Blue) = 218+165+152=535 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.75% from 535); Green value is 165 (64.84% from 255 or 30.84% from 535); Blue value is 152 (59.77% from 255 or 28.41% from 535); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA598 is #255A67. Grayscale: #B3B3B3. Windows color (decimal): -2447976 or 10003930. OLE color: 10003930.

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

Color convert

RGB218165152-
CMYK00.240.300.15
HSL11.82º47.14%72.55%-
HSV(B)11.82º30.28%85.49%-
XYZ48.0444.0835.68-
YUV179.36112.56155.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.75%
GREEN value IS 165 (64.84% from 255) = 30.84%
BLUE value IS 152 (59.77% from 255) = 28.41%
R=40.75%
G=30.84%
B=28.41%

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
Decimal21816515200.240.300.1511.8247.1472.55
HexDAA5980181EFc2f49
Octal33224523003036171457111
Binary11011010101001011001100001100011110111111001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA598; }

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

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

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

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

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

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

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

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