#DAC89D

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

Shades of Raffia #DAC89D

Tints of Raffia #DAC89D

Color information

#DAC89D (or 0xDAC89D) is unknown color: approx Raffia. HEX triplet: DA, C8 and 9D. RGB value is (218,200,157). Sum of RGB (Red+Green+Blue) = 218+200+157=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 200 (78.52% from 255 or 34.78% from 575); Blue value is 157 (61.72% from 255 or 27.30% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC89D is #253762. Grayscale: #C8C8C8. Windows color (decimal): -2439011 or 10340570. OLE color: 10340570.

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

Color convert

RGB218200157-
CMYK00.080.280.15
HSL42.3º45.19%73.53%-
HSV(B)42.3º27.98%85.49%-
XYZ55.6558.6540.29-
YUV200.48103.46140.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.91%
GREEN value IS 200 (78.52% from 255) = 34.78%
BLUE value IS 157 (61.72% from 255) = 27.30%
R=37.91%
G=34.78%
B=27.30%

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
Decimal21820015700.080.280.1542.345.1973.53
HexDAC89D081CF2a2d4a
Octal33231023501034175255112
Binary110110101100100010011101010001110011111010101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC89D; }

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

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

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

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

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

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

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

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