#DAC1A0

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

Shades of Raffia #DAC1A0

Tints of Raffia #DAC1A0

Color information

#DAC1A0 (or 0xDAC1A0) is unknown color: approx Raffia. HEX triplet: DA, C1 and A0. RGB value is (218,193,160). Sum of RGB (Red+Green+Blue) = 218+193+160=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 193 (75.78% from 255 or 33.80% from 571); Blue value is 160 (62.89% from 255 or 28.02% from 571); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC1A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC1A0 is #253E5F. Grayscale: #C4C4C4. Windows color (decimal): -2440800 or 10535386. OLE color: 10535386.

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

Color convert

RGB218193160-
CMYK00.110.270.15
HSL34.14º43.94%74.12%-
HSV(B)34.14º26.61%85.49%-
XYZ54.3355.5841.12-
YUV196.71107.28143.18-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.18%
GREEN value IS 193 (75.78% from 255) = 33.80%
BLUE value IS 160 (62.89% from 255) = 28.02%
R=38.18%
G=33.80%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819316000.110.270.1534.1443.9474.12
HexDAC1A00B1BF222c4a
Octal33230124001333174254112
Binary110110101100000110100000010111101111111000101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC1A0; }

 p { color: rgb(218,193,160); }

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

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

 a { background-color: rgb(218,193,160); }

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

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

 span { border-color: rgb(218,193,160); }

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