#DAC79A

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

Shades of Raffia #DAC79A

Tints of Raffia #DAC79A

Color information

#DAC79A (or 0xDAC79A) is unknown color: approx Raffia. HEX triplet: DA, C7 and 9A. RGB value is (218,199,154). Sum of RGB (Red+Green+Blue) = 218+199+154=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 199 (78.12% from 255 or 34.85% from 571); Blue value is 154 (60.55% from 255 or 26.97% from 571); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC79A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC79A is #253865. Grayscale: #C7C7C7. Windows color (decimal): -2439270 or 10143706. OLE color: 10143706.

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

Color convert

RGB218199154-
CMYK00.090.290.15
HSL42.19º46.38%72.94%-
HSV(B)42.19º29.36%85.49%-
XYZ55.1758.0938.88-
YUV199.55102.29141.16-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.18%
GREEN value IS 199 (78.12% from 255) = 34.85%
BLUE value IS 154 (60.55% from 255) = 26.97%
R=38.18%
G=34.85%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819915400.090.290.1542.1946.3872.94
HexDAC79A091DF2a2e49
Octal33230723201135175256111
Binary110110101100011110011010010011110111111010101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC79A; }

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

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

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

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

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

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

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

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