#DAC79C

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

Shades of Raffia #DAC79C

Tints of Raffia #DAC79C

Color information

#DAC79C (or 0xDAC79C) is unknown color: approx Raffia. HEX triplet: DA, C7 and 9C. RGB value is (218,199,156). Sum of RGB (Red+Green+Blue) = 218+199+156=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 199 (78.12% from 255 or 34.73% from 573); Blue value is 156 (61.33% from 255 or 27.23% from 573); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC79C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC79C is #253863. Grayscale: #C7C7C7. Windows color (decimal): -2439268 or 10274778. OLE color: 10274778.

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

Color convert

RGB218199156-
CMYK00.090.280.15
HSL41.61º45.59%73.33%-
HSV(B)41.61º28.44%85.49%-
XYZ55.3458.1539.76-
YUV199.78103.29141-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.05%
GREEN value IS 199 (78.12% from 255) = 34.73%
BLUE value IS 156 (61.33% from 255) = 27.23%
R=38.05%
G=34.73%
B=27.23%

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
Decimal21819915600.090.280.1541.6145.5973.33
HexDAC79C091CF2a2e49
Octal33230723401134175256111
Binary110110101100011110011100010011110011111010101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC79C; }

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

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

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

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

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

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

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

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