#DAC79E

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

Shades of Raffia #DAC79E

Tints of Raffia #DAC79E

Color information

#DAC79E (or 0xDAC79E) is unknown color: approx Raffia. HEX triplet: DA, C7 and 9E. RGB value is (218,199,158). Sum of RGB (Red+Green+Blue) = 218+199+158=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 199 (78.12% from 255 or 34.61% from 575); Blue value is 158 (62.11% from 255 or 27.48% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC79E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC79E is #253861. Grayscale: #C8C8C8. Windows color (decimal): -2439266 or 10405850. OLE color: 10405850.

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

Color convert

RGB218199158-
CMYK00.090.280.15
HSL41º44.78%73.73%-
HSV(B)41º27.52%85.49%-
XYZ55.5158.2240.66-
YUV200.01104.29140.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.91%
GREEN value IS 199 (78.12% from 255) = 34.61%
BLUE value IS 158 (62.11% from 255) = 27.48%
R=37.91%
G=34.61%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819915800.090.280.154144.7873.73
HexDAC79E091CF292d4a
Octal33230723601134175155112
Binary110110101100011110011110010011110011111010011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC79E; }

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

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

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

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

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

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

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

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