#DAC39D

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

Shades of Raffia #DAC39D

Tints of Raffia #DAC39D

Color information

#DAC39D (or 0xDAC39D) is unknown color: approx Raffia. HEX triplet: DA, C3 and 9D. RGB value is (218,195,157). Sum of RGB (Red+Green+Blue) = 218+195+157=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 195 (76.56% from 255 or 34.21% from 570); Blue value is 157 (61.72% from 255 or 27.54% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC39D is #253C62. Grayscale: #C5C5C5. Windows color (decimal): -2440291 or 10339290. OLE color: 10339290.

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

Color convert

RGB218195157-
CMYK00.110.280.15
HSL37.38º45.19%73.53%-
HSV(B)37.38º27.98%85.49%-
XYZ54.5156.3739.91-
YUV197.54105.12142.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.25%
GREEN value IS 195 (76.56% from 255) = 34.21%
BLUE value IS 157 (61.72% from 255) = 27.54%
R=38.25%
G=34.21%
B=27.54%

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
Decimal21819515700.110.280.1537.3845.1973.53
HexDAC39D0B1CF252d4a
Octal33230323501334174555112
Binary110110101100001110011101010111110011111001011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC39D; }

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

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

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

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

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

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

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

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