#DAC19A

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

Shades of Raffia #DAC19A

Tints of Raffia #DAC19A

Color information

#DAC19A (or 0xDAC19A) is unknown color: approx Raffia. HEX triplet: DA, C1 and 9A. RGB value is (218,193,154). Sum of RGB (Red+Green+Blue) = 218+193+154=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 193 (75.78% from 255 or 34.16% from 565); Blue value is 154 (60.55% from 255 or 27.26% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC19A is #253E65. Grayscale: #C4C4C4. Windows color (decimal): -2440806 or 10142170. OLE color: 10142170.

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

Color convert

RGB218193154-
CMYK00.110.290.15
HSL36.56º46.38%72.94%-
HSV(B)36.56º29.36%85.49%-
XYZ53.8255.3838.42-
YUV196.03104.28143.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.58%
GREEN value IS 193 (75.78% from 255) = 34.16%
BLUE value IS 154 (60.55% from 255) = 27.26%
R=38.58%
G=34.16%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819315400.110.290.1536.5646.3872.94
HexDAC19A0B1DF252e49
Octal33230123201335174556111
Binary110110101100000110011010010111110111111001011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC19A; }

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

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

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

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

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

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

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

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