#DAA898

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

Shades of Rose #DAA898

Tints of Rose #DAA898

Color information

#DAA898 (or 0xDAA898) is unknown color: approx Rose. HEX triplet: DA, A8 and 98. RGB value is (218,168,152). Sum of RGB (Red+Green+Blue) = 218+168+152=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 168 (66.02% from 255 or 31.23% from 538); Blue value is 152 (59.77% from 255 or 28.25% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA898 is #255767. Grayscale: #B5B5B5. Windows color (decimal): -2447208 or 10004698. OLE color: 10004698.

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

Color convert

RGB218168152-
CMYK00.230.300.15
HSL14.55º47.14%72.55%-
HSV(B)14.55º30.28%85.49%-
XYZ48.5845.1835.87-
YUV181.13111.56154.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.52%
GREEN value IS 168 (66.02% from 255) = 31.23%
BLUE value IS 152 (59.77% from 255) = 28.25%
R=40.52%
G=31.23%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816815200.230.300.1514.5547.1472.55
HexDAA8980171EFf2f49
Octal33225023002736171757111
Binary11011010101010001001100001011111110111111111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA898; }

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

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

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

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

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

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

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

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