#DAC095

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

Shades of Raffia #DAC095

Tints of Raffia #DAC095

Color information

#DAC095 (or 0xDAC095) is unknown color: approx Raffia. HEX triplet: DA, C0 and 95. RGB value is (218,192,149). Sum of RGB (Red+Green+Blue) = 218+192+149=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 192 (75.39% from 255 or 34.35% from 559); Blue value is 149 (58.59% from 255 or 26.65% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC095 is #253F6A. Grayscale: #C3C3C3. Windows color (decimal): -2441067 or 9814234. OLE color: 9814234.

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

Color convert

RGB218192149-
CMYK00.120.320.15
HSL37.39º48.25%71.96%-
HSV(B)37.39º31.65%85.49%-
XYZ53.1954.7736.2-
YUV194.87102.11144.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.00%
GREEN value IS 192 (75.39% from 255) = 34.35%
BLUE value IS 149 (58.59% from 255) = 26.65%
R=39.00%
G=34.35%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819214900.120.320.1537.3948.2571.96
HexDAC0950C20F253048
Octal33230022501440174560110
Binary1101101011000000100101010110010000011111001011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC095; }

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

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

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

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

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

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

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

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