#DAC59A

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

Shades of Raffia #DAC59A

Tints of Raffia #DAC59A

Color information

#DAC59A (or 0xDAC59A) is unknown color: approx Raffia. HEX triplet: DA, C5 and 9A. RGB value is (218,197,154). Sum of RGB (Red+Green+Blue) = 218+197+154=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 197 (77.34% from 255 or 34.62% from 569); Blue value is 154 (60.55% from 255 or 27.07% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC59A is #253A65. Grayscale: #C6C6C6. Windows color (decimal): -2439782 or 10143194. OLE color: 10143194.

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

Color convert

RGB218197154-
CMYK00.100.290.15
HSL40.31º46.38%72.94%-
HSV(B)40.31º29.36%85.49%-
XYZ54.7157.1738.72-
YUV198.38102.96142-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.31%
GREEN value IS 197 (77.34% from 255) = 34.62%
BLUE value IS 154 (60.55% from 255) = 27.07%
R=38.31%
G=34.62%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819715400.100.290.1540.3146.3872.94
HexDAC59A0A1DF282e49
Octal33230523201235175056111
Binary110110101100010110011010010101110111111010001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC59A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC59A; }

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

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

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

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

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

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

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

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