#DAC99F

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

Shades of Raffia #DAC99F

Tints of Raffia #DAC99F

Color information

#DAC99F (or 0xDAC99F) is unknown color: approx Raffia. HEX triplet: DA, C9 and 9F. RGB value is (218,201,159). Sum of RGB (Red+Green+Blue) = 218+201+159=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 201 (78.91% from 255 or 34.78% from 578); Blue value is 159 (62.5% from 255 or 27.51% from 578); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC99F is #253660. Grayscale: #C9C9C9. Windows color (decimal): -2438753 or 10471898. OLE color: 10471898.

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

Color convert

RGB218201159-
CMYK00.080.270.15
HSL42.71º44.36%73.92%-
HSV(B)42.71º27.06%85.49%-
XYZ56.0659.1841.27-
YUV201.3104.13139.92-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.72%
GREEN value IS 201 (78.91% from 255) = 34.78%
BLUE value IS 159 (62.5% from 255) = 27.51%
R=37.72%
G=34.78%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820115900.080.270.1542.7144.3673.92
HexDAC99F081BF2b2c4a
Octal33231123701033175354112
Binary110110101100100110011111010001101111111010111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC99F; }

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

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

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

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

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

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

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

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