#DAAA98

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

Shades of Rose #DAAA98

Tints of Rose #DAAA98

Color information

#DAAA98 (or 0xDAAA98) is unknown color: approx Rose. HEX triplet: DA, AA and 98. RGB value is (218,170,152). Sum of RGB (Red+Green+Blue) = 218+170+152=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 170 (66.80% from 255 or 31.48% from 540); Blue value is 152 (59.77% from 255 or 28.15% from 540); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAA98 is #255567. Grayscale: #B6B6B6. Windows color (decimal): -2446696 or 10005210. OLE color: 10005210.

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

Color convert

RGB218170152-
CMYK00.220.300.15
HSL16.36º47.14%72.55%-
HSV(B)16.36º30.28%85.49%-
XYZ48.9645.9235.99-
YUV182.3110.9153.46-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.37%
GREEN value IS 170 (66.80% from 255) = 31.48%
BLUE value IS 152 (59.77% from 255) = 28.15%
R=40.37%
G=31.48%
B=28.15%

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
Decimal21817015200.220.300.1516.3647.1472.55
HexDAAA980161EF102f49
Octal33225223002636172057111
Binary110110101010101010011000010110111101111100001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAA98; }

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

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

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

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

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

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

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

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