#DAC0A1

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

Shades of Raffia #DAC0A1

Tints of Raffia #DAC0A1

Color information

#DAC0A1 (or 0xDAC0A1) is unknown color: approx Raffia. HEX triplet: DA, C0 and A1. RGB value is (218,192,161). Sum of RGB (Red+Green+Blue) = 218+192+161=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 192 (75.39% from 255 or 33.63% from 571); Blue value is 161 (63.28% from 255 or 28.20% from 571); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC0A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC0A1 is #253F5E. Grayscale: #C4C4C4. Windows color (decimal): -2441055 or 10600666. OLE color: 10600666.

HSL color Cylindrical-coordinate representation of color #DAC0A1: hue angle of 32.63º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAC0A1 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB218192161-
CMYK00.120.260.15
HSL32.63º43.51%74.31%-
HSV(B)32.63º26.15%85.49%-
XYZ54.255.1841.51-
YUV196.24108.11143.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.18%
GREEN value IS 192 (75.39% from 255) = 33.63%
BLUE value IS 161 (63.28% from 255) = 28.20%
R=38.18%
G=33.63%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819216100.120.260.1532.6343.5174.31
HexDAC0A10C1AF212c4a
Octal33230024101432174154112
Binary110110101100000010100001011001101011111000011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC0A1; }

 p { color: rgb(218,192,161); }

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

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

 a { background-color: rgb(218,192,161); }

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

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

 span { border-color: rgb(218,192,161); }

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