#DAC8A0

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

Shades of Raffia #DAC8A0

Tints of Raffia #DAC8A0

Color information

#DAC8A0 (or 0xDAC8A0) is unknown color: approx Raffia. HEX triplet: DA, C8 and A0. RGB value is (218,200,160). Sum of RGB (Red+Green+Blue) = 218+200+160=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 200 (78.52% from 255 or 34.60% from 578); Blue value is 160 (62.89% from 255 or 27.68% from 578); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC8A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC8A0 is #25375F. Grayscale: #C8C8C8. Windows color (decimal): -2439008 or 10537178. OLE color: 10537178.

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

Color convert

RGB218200160-
CMYK00.080.270.15
HSL41.38º43.94%74.12%-
HSV(B)41.38º26.61%85.49%-
XYZ55.9158.7541.65-
YUV200.82104.96140.25-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.72%
GREEN value IS 200 (78.52% from 255) = 34.60%
BLUE value IS 160 (62.89% from 255) = 27.68%
R=37.72%
G=34.60%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820016000.080.270.1541.3843.9474.12
HexDAC8A0081BF292c4a
Octal33231024001033175154112
Binary110110101100100010100000010001101111111010011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC8A0; }

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

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

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

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

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

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

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

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