#DAC49F

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

Shades of Raffia #DAC49F

Tints of Raffia #DAC49F

Color information

#DAC49F (or 0xDAC49F) is unknown color: approx Raffia. HEX triplet: DA, C4 and 9F. RGB value is (218,196,159). Sum of RGB (Red+Green+Blue) = 218+196+159=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 196 (76.95% from 255 or 34.21% from 573); Blue value is 159 (62.5% from 255 or 27.75% from 573); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC49F is #253B60. Grayscale: #C6C6C6. Windows color (decimal): -2440033 or 10470618. OLE color: 10470618.

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

Color convert

RGB218196159-
CMYK00.100.270.15
HSL37.63º44.36%73.92%-
HSV(B)37.63º27.06%85.49%-
XYZ54.9156.8940.89-
YUV198.36105.79142.01-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.05%
GREEN value IS 196 (76.95% from 255) = 34.21%
BLUE value IS 159 (62.5% from 255) = 27.75%
R=38.05%
G=34.21%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819615900.100.270.1537.6344.3673.92
HexDAC49F0A1BF262c4a
Octal33230423701233174654112
Binary110110101100010010011111010101101111111001101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC49F; }

 p { color: rgb(218,196,159); }

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

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

 a { background-color: rgb(218,196,159); }

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

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

 span { border-color: rgb(218,196,159); }

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