#DAA998

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

Shades of Rose #DAA998

Tints of Rose #DAA998

Color information

#DAA998 (or 0xDAA998) is unknown color: approx Rose. HEX triplet: DA, A9 and 98. RGB value is (218,169,152). Sum of RGB (Red+Green+Blue) = 218+169+152=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 169 (66.41% from 255 or 31.35% from 539); Blue value is 152 (59.77% from 255 or 28.20% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA998 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA998 is #255667. Grayscale: #B5B5B5. Windows color (decimal): -2446952 or 10004954. OLE color: 10004954.

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

Color convert

RGB218169152-
CMYK00.220.300.15
HSL15.45º47.14%72.55%-
HSV(B)15.45º30.28%85.49%-
XYZ48.7745.5535.93-
YUV181.71111.23153.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.45%
GREEN value IS 169 (66.41% from 255) = 31.35%
BLUE value IS 152 (59.77% from 255) = 28.20%
R=40.45%
G=31.35%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816915200.220.300.1515.4547.1472.55
HexDAA9980161EFf2f49
Octal33225123002636171757111
Binary11011010101010011001100001011011110111111111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA998; }

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

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

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

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

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

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

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

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