#DAC2A4

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

Shades of Raffia #DAC2A4

Tints of Raffia #DAC2A4

Color information

#DAC2A4 (or 0xDAC2A4) is unknown color: approx Raffia. HEX triplet: DA, C2 and A4. RGB value is (218,194,164). Sum of RGB (Red+Green+Blue) = 218+194+164=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 194 (76.17% from 255 or 33.68% from 576); Blue value is 164 (64.45% from 255 or 28.47% from 576); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC2A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC2A4 is #253D5B. Grayscale: #C5C5C5. Windows color (decimal): -2440540 or 10797786. OLE color: 10797786.

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

Color convert

RGB218194164-
CMYK00.110.250.15
HSL33.33º42.19%74.9%-
HSV(B)33.33º24.77%85.49%-
XYZ54.9156.1743.07-
YUV197.76108.95142.44-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.85%
GREEN value IS 194 (76.17% from 255) = 33.68%
BLUE value IS 164 (64.45% from 255) = 28.47%
R=37.85%
G=33.68%
B=28.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819416400.110.250.1533.3342.1974.9
HexDAC2A40B19F212a4b
Octal33230224401331174152113
Binary110110101100001010100100010111100111111000011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC2A4; }

 p { color: rgb(218,194,164); }

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

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

 a { background-color: rgb(218,194,164); }

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

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

 span { border-color: rgb(218,194,164); }

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