#DAC6A0

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

Shades of Raffia #DAC6A0

Tints of Raffia #DAC6A0

Color information

#DAC6A0 (or 0xDAC6A0) is unknown color: approx Raffia. HEX triplet: DA, C6 and A0. RGB value is (218,198,160). Sum of RGB (Red+Green+Blue) = 218+198+160=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 198 (77.73% from 255 or 34.38% from 576); Blue value is 160 (62.89% from 255 or 27.78% from 576); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC6A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC6A0 is #25395F. Grayscale: #C7C7C7. Windows color (decimal): -2439520 or 10536666. OLE color: 10536666.

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

Color convert

RGB218198160-
CMYK00.090.270.15
HSL39.31º43.94%74.12%-
HSV(B)39.31º26.61%85.49%-
XYZ55.4557.8341.5-
YUV199.65105.63141.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.85%
GREEN value IS 198 (77.73% from 255) = 34.38%
BLUE value IS 160 (62.89% from 255) = 27.78%
R=37.85%
G=34.38%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819816000.090.270.1539.3143.9474.12
HexDAC6A0091BF272c4a
Octal33230624001133174754112
Binary110110101100011010100000010011101111111001111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC6A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC6A0; }

 p { color: rgb(218,198,160); }

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

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

 a { background-color: rgb(218,198,160); }

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

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

 span { border-color: rgb(218,198,160); }

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