#DAC39E

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

Shades of Raffia #DAC39E

Tints of Raffia #DAC39E

Color information

#DAC39E (or 0xDAC39E) is unknown color: approx Raffia. HEX triplet: DA, C3 and 9E. RGB value is (218,195,158). Sum of RGB (Red+Green+Blue) = 218+195+158=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 195 (76.56% from 255 or 34.15% from 571); Blue value is 158 (62.11% from 255 or 27.67% from 571); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC39E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC39E is #253C61. Grayscale: #C5C5C5. Windows color (decimal): -2440290 or 10404826. OLE color: 10404826.

HSL color Cylindrical-coordinate representation of color #DAC39E: hue angle of 37º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DAC39E is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB218195158-
CMYK00.110.280.15
HSL37º44.78%73.73%-
HSV(B)37º27.52%85.49%-
XYZ54.656.440.36-
YUV197.66105.62142.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.18%
GREEN value IS 195 (76.56% from 255) = 34.15%
BLUE value IS 158 (62.11% from 255) = 27.67%
R=38.18%
G=34.15%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819515800.110.280.153744.7873.73
HexDAC39E0B1CF252d4a
Octal33230323601334174555112
Binary110110101100001110011110010111110011111001011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC39E; }

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

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

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

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

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

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

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

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