#DAC9A6

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

Shades of Raffia #DAC9A6

Tints of Raffia #DAC9A6

Color information

#DAC9A6 (or 0xDAC9A6) is unknown color: approx Raffia. HEX triplet: DA, C9 and A6. RGB value is (218,201,166). Sum of RGB (Red+Green+Blue) = 218+201+166=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 201 (78.91% from 255 or 34.36% from 585); Blue value is 166 (65.23% from 255 or 28.38% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC9A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC9A6 is #253659. Grayscale: #CACACA. Windows color (decimal): -2438746 or 10930650. OLE color: 10930650.

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

Color convert

RGB218201166-
CMYK00.080.240.15
HSL40.38º41.27%75.29%-
HSV(B)40.38º23.85%85.49%-
XYZ56.6859.4344.56-
YUV202.09107.63139.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.26%
GREEN value IS 201 (78.91% from 255) = 34.36%
BLUE value IS 166 (65.23% from 255) = 28.38%
R=37.26%
G=34.36%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820116600.080.240.1540.3841.2775.29
HexDAC9A60818F28294b
Octal33231124601030175051113
Binary110110101100100110100110010001100011111010001010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC9A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC9A6; }

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

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

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

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

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

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

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

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