#DAA79C

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

Shades of Rose #DAA79C

Tints of Rose #DAA79C

Color information

#DAA79C (or 0xDAA79C) is unknown color: approx Rose. HEX triplet: DA, A7 and 9C. RGB value is (218,167,156). Sum of RGB (Red+Green+Blue) = 218+167+156=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 167 (65.62% from 255 or 30.87% from 541); Blue value is 156 (61.33% from 255 or 28.84% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA79C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA79C is #255863. Grayscale: #B5B5B5. Windows color (decimal): -2447460 or 10266586. OLE color: 10266586.

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

Color convert

RGB218167156-
CMYK00.230.280.15
HSL10.65º45.59%73.33%-
HSV(B)10.65º28.44%85.49%-
XYZ48.7344.9437.56-
YUV181113.9154.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.30%
GREEN value IS 167 (65.62% from 255) = 30.87%
BLUE value IS 156 (61.33% from 255) = 28.84%
R=40.30%
G=30.87%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816715600.230.280.1510.6545.5973.33
HexDAA79C0171CFb2e49
Octal33224723402734171356111
Binary11011010101001111001110001011111100111110111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA79C; }

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

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

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

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

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

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

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

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