#DAC09A

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

Shades of Raffia #DAC09A

Tints of Raffia #DAC09A

Color information

#DAC09A (or 0xDAC09A) is unknown color: approx Raffia. HEX triplet: DA, C0 and 9A. RGB value is (218,192,154). Sum of RGB (Red+Green+Blue) = 218+192+154=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 192 (75.39% from 255 or 34.04% from 564); Blue value is 154 (60.55% from 255 or 27.30% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC09A is #253F65. Grayscale: #C3C3C3. Windows color (decimal): -2441062 or 10141914. OLE color: 10141914.

HSL color Cylindrical-coordinate representation of color #DAC09A: hue angle of 35.63º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAC09A is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB218192154-
CMYK00.120.290.15
HSL35.63º46.38%72.94%-
HSV(B)35.63º29.36%85.49%-
XYZ53.654.9438.35-
YUV195.44104.61144.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.65%
GREEN value IS 192 (75.39% from 255) = 34.04%
BLUE value IS 154 (60.55% from 255) = 27.30%
R=38.65%
G=34.04%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819215400.120.290.1535.6346.3872.94
HexDAC09A0C1DF242e49
Octal33230023201435174456111
Binary110110101100000010011010011001110111111001001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC09A; }

 p { color: rgb(218,192,154); }

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

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

 a { background-color: rgb(218,192,154); }

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

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

 span { border-color: rgb(218,192,154); }

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