#DAC09F

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

Shades of Raffia #DAC09F

Tints of Raffia #DAC09F

Color information

#DAC09F (or 0xDAC09F) is unknown color: approx Raffia. HEX triplet: DA, C0 and 9F. RGB value is (218,192,159). Sum of RGB (Red+Green+Blue) = 218+192+159=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 192 (75.39% from 255 or 33.74% from 569); Blue value is 159 (62.5% from 255 or 27.94% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC09F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC09F is #253F60. Grayscale: #C4C4C4. Windows color (decimal): -2441057 or 10469594. OLE color: 10469594.

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

Color convert

RGB218192159-
CMYK00.120.270.15
HSL33.56º44.36%73.92%-
HSV(B)33.56º27.06%85.49%-
XYZ54.0255.1140.59-
YUV196.01107.11143.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.31%
GREEN value IS 192 (75.39% from 255) = 33.74%
BLUE value IS 159 (62.5% from 255) = 27.94%
R=38.31%
G=33.74%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819215900.120.270.1533.5644.3673.92
HexDAC09F0C1BF222c4a
Octal33230023701433174254112
Binary110110101100000010011111011001101111111000101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC09F; }

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

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

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

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

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

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

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

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