#DAC39F

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

Shades of Raffia #DAC39F

Tints of Raffia #DAC39F

Color information

#DAC39F (or 0xDAC39F) is unknown color: approx Raffia. HEX triplet: DA, C3 and 9F. RGB value is (218,195,159). Sum of RGB (Red+Green+Blue) = 218+195+159=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 195 (76.56% from 255 or 34.09% from 572); Blue value is 159 (62.5% from 255 or 27.80% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC39F is #253C60. Grayscale: #C5C5C5. Windows color (decimal): -2440289 or 10470362. OLE color: 10470362.

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

Color convert

RGB218195159-
CMYK00.110.270.15
HSL36.61º44.36%73.92%-
HSV(B)36.61º27.06%85.49%-
XYZ54.6956.4440.81-
YUV197.77106.12142.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.11%
GREEN value IS 195 (76.56% from 255) = 34.09%
BLUE value IS 159 (62.5% from 255) = 27.80%
R=38.11%
G=34.09%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819515900.110.270.1536.6144.3673.92
HexDAC39F0B1BF252c4a
Octal33230323701333174554112
Binary110110101100001110011111010111101111111001011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC39F; }

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

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

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

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

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

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

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

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