#DAC69F

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

Shades of Raffia #DAC69F

Tints of Raffia #DAC69F

Color information

#DAC69F (or 0xDAC69F) is unknown color: approx Raffia. HEX triplet: DA, C6 and 9F. RGB value is (218,198,159). Sum of RGB (Red+Green+Blue) = 218+198+159=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 198 (77.73% from 255 or 34.43% from 575); Blue value is 159 (62.5% from 255 or 27.65% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC69F is #253960. Grayscale: #C7C7C7. Windows color (decimal): -2439521 or 10471130. OLE color: 10471130.

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

Color convert

RGB218198159-
CMYK00.090.270.15
HSL39.66º44.36%73.92%-
HSV(B)39.66º27.06%85.49%-
XYZ55.3757.841.04-
YUV199.53105.13141.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.91%
GREEN value IS 198 (77.73% from 255) = 34.43%
BLUE value IS 159 (62.5% from 255) = 27.65%
R=37.91%
G=34.43%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819815900.090.270.1539.6644.3673.92
HexDAC69F091BF282c4a
Octal33230623701133175054112
Binary110110101100011010011111010011101111111010001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC69F; }

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

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

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

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

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

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

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

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