#DAC79F

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

Shades of Raffia #DAC79F

Tints of Raffia #DAC79F

Color information

#DAC79F (or 0xDAC79F) is unknown color: approx Raffia. HEX triplet: DA, C7 and 9F. RGB value is (218,199,159). Sum of RGB (Red+Green+Blue) = 218+199+159=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 199 (78.12% from 255 or 34.55% from 576); Blue value is 159 (62.5% from 255 or 27.60% from 576); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC79F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC79F is #253860. Grayscale: #C8C8C8. Windows color (decimal): -2439265 or 10471386. OLE color: 10471386.

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

Color convert

RGB218199159-
CMYK00.090.270.15
HSL40.68º44.36%73.92%-
HSV(B)40.68º27.06%85.49%-
XYZ55.5958.2641.12-
YUV200.12104.79140.75-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.85%
GREEN value IS 199 (78.12% from 255) = 34.55%
BLUE value IS 159 (62.5% from 255) = 27.60%
R=37.85%
G=34.55%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819915900.090.270.1540.6844.3673.92
HexDAC79F091BF292c4a
Octal33230723701133175154112
Binary110110101100011110011111010011101111111010011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC79F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC79F; }

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

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

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

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

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

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

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

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