#DAC9A4

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

Shades of Raffia #DAC9A4

Tints of Raffia #DAC9A4

Color information

#DAC9A4 (or 0xDAC9A4) is unknown color: approx Raffia. HEX triplet: DA, C9 and A4. RGB value is (218,201,164). Sum of RGB (Red+Green+Blue) = 218+201+164=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 201 (78.91% from 255 or 34.48% from 583); Blue value is 164 (64.45% from 255 or 28.13% from 583); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC9A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC9A4 is #25365B. Grayscale: #CACACA. Windows color (decimal): -2438748 or 10799578. OLE color: 10799578.

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

Color convert

RGB218201164-
CMYK00.080.250.15
HSL41.11º42.19%74.9%-
HSV(B)41.11º24.77%85.49%-
XYZ56.559.3643.6-
YUV201.86106.63139.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.39%
GREEN value IS 201 (78.91% from 255) = 34.48%
BLUE value IS 164 (64.45% from 255) = 28.13%
R=37.39%
G=34.48%
B=28.13%

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
Decimal21820116400.080.250.1541.1142.1974.9
HexDAC9A40819F292a4b
Octal33231124401031175152113
Binary110110101100100110100100010001100111111010011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC9A4; }

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

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

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

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

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

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

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

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