#DAA99C

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

Shades of Rose #DAA99C

Tints of Rose #DAA99C

Color information

#DAA99C (or 0xDAA99C) is unknown color: approx Rose. HEX triplet: DA, A9 and 9C. RGB value is (218,169,156). Sum of RGB (Red+Green+Blue) = 218+169+156=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 169 (66.41% from 255 or 31.12% from 543); Blue value is 156 (61.33% from 255 or 28.73% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA99C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA99C is #255663. Grayscale: #B6B6B6. Windows color (decimal): -2446948 or 10267098. OLE color: 10267098.

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

Color convert

RGB218169156-
CMYK00.220.280.15
HSL12.58º45.59%73.33%-
HSV(B)12.58º28.44%85.49%-
XYZ49.145.6837.68-
YUV182.17113.23153.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.15%
GREEN value IS 169 (66.41% from 255) = 31.12%
BLUE value IS 156 (61.33% from 255) = 28.73%
R=40.15%
G=31.12%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816915600.220.280.1512.5845.5973.33
HexDAA99C0161CFd2e49
Octal33225123402634171556111
Binary11011010101010011001110001011011100111111011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA99C; }

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

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

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

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

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

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

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

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