#DAC8AA

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

Shades of Raffia #DAC8AA

Tints of Raffia #DAC8AA

Color information

#DAC8AA (or 0xDAC8AA) is unknown color: approx Raffia. HEX triplet: DA, C8 and AA. RGB value is (218,200,170). Sum of RGB (Red+Green+Blue) = 218+200+170=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 200 (78.52% from 255 or 34.01% from 588); Blue value is 170 (66.80% from 255 or 28.91% from 588); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC8AA is #253755. Grayscale: #CACACA. Windows color (decimal): -2438998 or 11192538. OLE color: 11192538.

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

Color convert

RGB218200170-
CMYK00.080.220.15
HSL37.5º39.34%76.08%-
HSV(B)37.5º22.02%85.49%-
XYZ56.8259.1246.45-
YUV201.96109.96139.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.07%
GREEN value IS 200 (78.52% from 255) = 34.01%
BLUE value IS 170 (66.80% from 255) = 28.91%
R=37.07%
G=34.01%
B=28.91%

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
Decimal21820017000.080.220.1537.539.3476.08
HexDAC8AA0816F26274c
Octal33231025201026174647114
Binary110110101100100010101010010001011011111001101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC8AA; }

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

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

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

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

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

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

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

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