#DAC8A4

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

Shades of Raffia #DAC8A4

Tints of Raffia #DAC8A4

Color information

#DAC8A4 (or 0xDAC8A4) is unknown color: approx Raffia. HEX triplet: DA, C8 and A4. RGB value is (218,200,164). Sum of RGB (Red+Green+Blue) = 218+200+164=582 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.46% from 582); Green value is 200 (78.52% from 255 or 34.36% from 582); Blue value is 164 (64.45% from 255 or 28.18% from 582); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC8A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC8A4 is #25375B. Grayscale: #C9C9C9. Windows color (decimal): -2439004 or 10799322. OLE color: 10799322.

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

Color convert

RGB218200164-
CMYK00.080.250.15
HSL40º42.19%74.9%-
HSV(B)40º24.77%85.49%-
XYZ56.2758.8943.52-
YUV201.28106.96139.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.46%
GREEN value IS 200 (78.52% from 255) = 34.36%
BLUE value IS 164 (64.45% from 255) = 28.18%
R=37.46%
G=34.36%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820016400.080.250.154042.1974.9
HexDAC8A40819F282a4b
Octal33231024401031175052113
Binary110110101100100010100100010001100111111010001010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC8A4; }

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

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

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

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

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

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

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

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