#DAA798

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

Shades of Rose #DAA798

Tints of Rose #DAA798

Color information

#DAA798 (or 0xDAA798) is unknown color: approx Rose. HEX triplet: DA, A7 and 98. RGB value is (218,167,152). Sum of RGB (Red+Green+Blue) = 218+167+152=537 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.60% from 537); Green value is 167 (65.62% from 255 or 31.10% from 537); Blue value is 152 (59.77% from 255 or 28.31% from 537); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA798 is #255867. Grayscale: #B4B4B4. Windows color (decimal): -2447464 or 10004442. OLE color: 10004442.

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

Color convert

RGB218167152-
CMYK00.230.300.15
HSL13.64º47.14%72.55%-
HSV(B)13.64º30.28%85.49%-
XYZ48.444.8135.8-
YUV180.54111.9154.72-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.60%
GREEN value IS 167 (65.62% from 255) = 31.10%
BLUE value IS 152 (59.77% from 255) = 28.31%
R=40.60%
G=31.10%
B=28.31%

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
Decimal21816715200.230.300.1513.6447.1472.55
HexDAA7980171EFe2f49
Octal33224723002736171657111
Binary11011010101001111001100001011111110111111101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA798; }

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

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

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

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

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

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

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

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