#DAC7A5

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

Shades of Raffia #DAC7A5

Tints of Raffia #DAC7A5

Color information

#DAC7A5 (or 0xDAC7A5) is unknown color: approx Raffia. HEX triplet: DA, C7 and A5. RGB value is (218,199,165). Sum of RGB (Red+Green+Blue) = 218+199+165=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 199 (78.12% from 255 or 34.19% from 582); Blue value is 165 (64.84% from 255 or 28.35% from 582); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC7A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC7A5 is #25385A. Grayscale: #C8C8C8. Windows color (decimal): -2439259 or 10864602. OLE color: 10864602.

HSL color Cylindrical-coordinate representation of color #DAC7A5: hue angle of 38.49º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DAC7A5 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB218199165-
CMYK00.090.240.15
HSL38.49º41.73%75.1%-
HSV(B)38.49º24.31%85.49%-
XYZ56.1358.4743.92-
YUV200.8107.79140.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.46%
GREEN value IS 199 (78.12% from 255) = 34.19%
BLUE value IS 165 (64.84% from 255) = 28.35%
R=37.46%
G=34.19%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819916500.090.240.1538.4941.7375.1
HexDAC7A50918F262a4b
Octal33230724501130174652113
Binary110110101100011110100101010011100011111001101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC7A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC7A5; }

 p { color: rgb(218,199,165); }

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

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

 a { background-color: rgb(218,199,165); }

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

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

 span { border-color: rgb(218,199,165); }

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