#DAC7AA

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

Shades of Raffia #DAC7AA

Tints of Raffia #DAC7AA

Color information

#DAC7AA (or 0xDAC7AA) is unknown color: approx Raffia. HEX triplet: DA, C7 and AA. RGB value is (218,199,170). Sum of RGB (Red+Green+Blue) = 218+199+170=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 199 (78.12% from 255 or 33.90% from 587); Blue value is 170 (66.80% from 255 or 28.96% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC7AA is #253855. Grayscale: #C9C9C9. Windows color (decimal): -2439254 or 11192282. OLE color: 11192282.

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

Color convert

RGB218199170-
CMYK00.090.220.15
HSL36.25º39.34%76.08%-
HSV(B)36.25º22.02%85.49%-
XYZ56.5958.6546.37-
YUV201.38110.29139.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.14%
GREEN value IS 199 (78.12% from 255) = 33.90%
BLUE value IS 170 (66.80% from 255) = 28.96%
R=37.14%
G=33.90%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819917000.090.220.1536.2539.3476.08
HexDAC7AA0916F24274c
Octal33230725201126174447114
Binary110110101100011110101010010011011011111001001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC7AA; }

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

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

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

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

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

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

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

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