#DAA08D

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

Shades of Rose #DAA08D

Tints of Rose #DAA08D

Color information

#DAA08D (or 0xDAA08D) is unknown color: approx Rose. HEX triplet: DA, A0 and 8D. RGB value is (218,160,141). Sum of RGB (Red+Green+Blue) = 218+160+141=519 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.00% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA08D is #255F72. Grayscale: #AFAFAF. Windows color (decimal): -2449267 or 9281754. OLE color: 9281754.

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

Color convert

RGB218160141-
CMYK00.270.350.15
HSL14.81º50.99%70.39%-
HSV(B)14.81º35.32%85.49%-
XYZ46.2941.9730.86-
YUV175.18108.72158.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.00%
GREEN value IS 160 (62.89% from 255) = 30.83%
BLUE value IS 141 (55.47% from 255) = 27.17%
R=42.00%
G=30.83%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816014100.270.350.1514.8150.9970.39
HexDAA08D01B23Ff3346
Octal33224021503343171763106
Binary110110101010000010001101011011100011111111111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA08D; }

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

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

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

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

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

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

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

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