#DAC49A

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

Shades of Raffia #DAC49A

Tints of Raffia #DAC49A

Color information

#DAC49A (or 0xDAC49A) is unknown color: approx Raffia. HEX triplet: DA, C4 and 9A. RGB value is (218,196,154). Sum of RGB (Red+Green+Blue) = 218+196+154=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 196 (76.95% from 255 or 34.51% from 568); Blue value is 154 (60.55% from 255 or 27.11% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC49A is #253B65. Grayscale: #C5C5C5. Windows color (decimal): -2440038 or 10142938. OLE color: 10142938.

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

Color convert

RGB218196154-
CMYK00.100.290.15
HSL39.38º46.38%72.94%-
HSV(B)39.38º29.36%85.49%-
XYZ54.4956.7238.65-
YUV197.79103.29142.42-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.38%
GREEN value IS 196 (76.95% from 255) = 34.51%
BLUE value IS 154 (60.55% from 255) = 27.11%
R=38.38%
G=34.51%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819615400.100.290.1539.3846.3872.94
HexDAC49A0A1DF272e49
Octal33230423201235174756111
Binary110110101100010010011010010101110111111001111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC49A; }

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

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

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

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

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

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

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

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