#DAC59C

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

Shades of Raffia #DAC59C

Tints of Raffia #DAC59C

Color information

#DAC59C (or 0xDAC59C) is unknown color: approx Raffia. HEX triplet: DA, C5 and 9C. RGB value is (218,197,156). Sum of RGB (Red+Green+Blue) = 218+197+156=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 197 (77.34% from 255 or 34.50% from 571); Blue value is 156 (61.33% from 255 or 27.32% from 571); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC59C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC59C is #253A63. Grayscale: #C6C6C6. Windows color (decimal): -2439780 or 10274266. OLE color: 10274266.

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

Color convert

RGB218197156-
CMYK00.100.280.15
HSL39.68º45.59%73.33%-
HSV(B)39.68º28.44%85.49%-
XYZ54.8857.2439.61-
YUV198.6103.96141.83-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.18%
GREEN value IS 197 (77.34% from 255) = 34.50%
BLUE value IS 156 (61.33% from 255) = 27.32%
R=38.18%
G=34.50%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819715600.100.280.1539.6845.5973.33
HexDAC59C0A1CF282e49
Octal33230523401234175056111
Binary110110101100010110011100010101110011111010001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC59C; }

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

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

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

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

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

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

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

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