#DAC9AA

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

Shades of Raffia #DAC9AA

Tints of Raffia #DAC9AA

Color information

#DAC9AA (or 0xDAC9AA) is unknown color: approx Raffia. HEX triplet: DA, C9 and AA. RGB value is (218,201,170). Sum of RGB (Red+Green+Blue) = 218+201+170=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 201 (78.91% from 255 or 34.13% from 589); Blue value is 170 (66.80% from 255 or 28.86% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC9AA is #253655. Grayscale: #CACACA. Windows color (decimal): -2438742 or 11192794. OLE color: 11192794.

HSL color Cylindrical-coordinate representation of color #DAC9AA: hue angle of 38.75º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAC9AA is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB218201170-
CMYK00.080.220.15
HSL38.75º39.34%76.08%-
HSV(B)38.75º22.02%85.49%-
XYZ57.0659.5846.52-
YUV202.55109.63139.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.01%
GREEN value IS 201 (78.91% from 255) = 34.13%
BLUE value IS 170 (66.80% from 255) = 28.86%
R=37.01%
G=34.13%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820117000.080.220.1538.7539.3476.08
HexDAC9AA0816F27274c
Octal33231125201026174747114
Binary110110101100100110101010010001011011111001111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC9AA; }

 p { color: rgb(218,201,170); }

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

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

 a { background-color: rgb(218,201,170); }

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

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

 span { border-color: rgb(218,201,170); }

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