#DAA89B

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

Shades of Rose #DAA89B

Tints of Rose #DAA89B

Color information

#DAA89B (or 0xDAA89B) is unknown color: approx Rose. HEX triplet: DA, A8 and 9B. RGB value is (218,168,155). Sum of RGB (Red+Green+Blue) = 218+168+155=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 168 (66.02% from 255 or 31.05% from 541); Blue value is 155 (60.94% from 255 or 28.65% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA89B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA89B is #255764. Grayscale: #B5B5B5. Windows color (decimal): -2447205 or 10201306. OLE color: 10201306.

HSL color Cylindrical-coordinate representation of color #DAA89B: hue angle of 12.38º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAA89B is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB218168155-
CMYK00.230.290.15
HSL12.38º45.99%73.14%-
HSV(B)12.38º28.9%85.49%-
XYZ48.8345.2837.18-
YUV181.47113.06154.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.30%
GREEN value IS 168 (66.02% from 255) = 31.05%
BLUE value IS 155 (60.94% from 255) = 28.65%
R=40.30%
G=31.05%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816815500.230.290.1512.3845.9973.14
HexDAA89B0171DFc2e49
Octal33225023302735171456111
Binary11011010101010001001101101011111101111111001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA89B; }

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

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

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

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

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

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

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

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