#DAC89E

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

Shades of Raffia #DAC89E

Tints of Raffia #DAC89E

Color information

#DAC89E (or 0xDAC89E) is unknown color: approx Raffia. HEX triplet: DA, C8 and 9E. RGB value is (218,200,158). Sum of RGB (Red+Green+Blue) = 218+200+158=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 200 (78.52% from 255 or 34.72% from 576); Blue value is 158 (62.11% from 255 or 27.43% from 576); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC89E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC89E is #253761. Grayscale: #C8C8C8. Windows color (decimal): -2439010 or 10406106. OLE color: 10406106.

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

Color convert

RGB218200158-
CMYK00.080.280.15
HSL42º44.78%73.73%-
HSV(B)42º27.52%85.49%-
XYZ55.7458.6840.74-
YUV200.59103.96140.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.85%
GREEN value IS 200 (78.52% from 255) = 34.72%
BLUE value IS 158 (62.11% from 255) = 27.43%
R=37.85%
G=34.72%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820015800.080.280.154244.7873.73
HexDAC89E081CF2a2d4a
Octal33231023601034175255112
Binary110110101100100010011110010001110011111010101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC89E; }

 p { color: rgb(218,200,158); }

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

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

 a { background-color: rgb(218,200,158); }

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

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

 span { border-color: rgb(218,200,158); }

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