#DAC29F

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

Shades of Raffia #DAC29F

Tints of Raffia #DAC29F

Color information

#DAC29F (or 0xDAC29F) is unknown color: approx Raffia. HEX triplet: DA, C2 and 9F. RGB value is (218,194,159). Sum of RGB (Red+Green+Blue) = 218+194+159=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 194 (76.17% from 255 or 33.98% from 571); Blue value is 159 (62.5% from 255 or 27.85% from 571); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC29F is #253D60. Grayscale: #C5C5C5. Windows color (decimal): -2440545 or 10470106. OLE color: 10470106.

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

Color convert

RGB218194159-
CMYK00.110.270.15
HSL35.59º44.36%73.92%-
HSV(B)35.59º27.06%85.49%-
XYZ54.4655.9940.74-
YUV197.19106.45142.85-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.18%
GREEN value IS 194 (76.17% from 255) = 33.98%
BLUE value IS 159 (62.5% from 255) = 27.85%
R=38.18%
G=33.98%
B=27.85%

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
Decimal21819415900.110.270.1535.5944.3673.92
HexDAC29F0B1BF242c4a
Octal33230223701333174454112
Binary110110101100001010011111010111101111111001001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC29F; }

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

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

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

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

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

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

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

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