#DAA08B

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

Shades of Rose #DAA08B

Tints of Rose #DAA08B

Color information

#DAA08B (or 0xDAA08B) is unknown color: approx Rose. HEX triplet: DA, A0 and 8B. RGB value is (218,160,139). Sum of RGB (Red+Green+Blue) = 218+160+139=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 139 (54.69% from 255 or 26.89% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA08B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA08B is #255F74. Grayscale: #AFAFAF. Windows color (decimal): -2449269 or 9150682. OLE color: 9150682.

HSL color Cylindrical-coordinate representation of color #DAA08B: hue angle of 15.95º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DAA08B is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB218160139-
CMYK00.270.360.15
HSL15.95º51.63%70%-
HSV(B)15.95º36.24%85.49%-
XYZ46.1441.9130.08-
YUV174.95107.72158.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.17%
GREEN value IS 160 (62.89% from 255) = 30.95%
BLUE value IS 139 (54.69% from 255) = 26.89%
R=42.17%
G=30.95%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816013900.270.360.1515.9551.6370
HexDAA08B01B24F103446
Octal33224021303344172064106
Binary1101101010100000100010110110111001001111100001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA08B; }

 p { color: rgb(218,160,139); }

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

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

 a { background-color: rgb(218,160,139); }

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

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

 span { border-color: rgb(218,160,139); }

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