#DAC59F

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

Shades of Raffia #DAC59F

Tints of Raffia #DAC59F

Color information

#DAC59F (or 0xDAC59F) is unknown color: approx Raffia. HEX triplet: DA, C5 and 9F. RGB value is (218,197,159). Sum of RGB (Red+Green+Blue) = 218+197+159=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 197 (77.34% from 255 or 34.32% from 574); Blue value is 159 (62.5% from 255 or 27.70% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC59F is #253A60. Grayscale: #C7C7C7. Windows color (decimal): -2439777 or 10470874. OLE color: 10470874.

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

Color convert

RGB218197159-
CMYK00.100.270.15
HSL38.64º44.36%73.92%-
HSV(B)38.64º27.06%85.49%-
XYZ55.1457.3440.96-
YUV198.95105.46141.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.98%
GREEN value IS 197 (77.34% from 255) = 34.32%
BLUE value IS 159 (62.5% from 255) = 27.70%
R=37.98%
G=34.32%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819715900.100.270.1538.6444.3673.92
HexDAC59F0A1BF272c4a
Octal33230523701233174754112
Binary110110101100010110011111010101101111111001111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC59F; }

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

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

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

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

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

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

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

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