#DAC493

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

Shades of Raffia #DAC493

Tints of Raffia #DAC493

Color information

#DAC493 (or 0xDAC493) is unknown color: approx Raffia. HEX triplet: DA, C4 and 93. RGB value is (218,196,147). Sum of RGB (Red+Green+Blue) = 218+196+147=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 196 (76.95% from 255 or 34.94% from 561); Blue value is 147 (57.81% from 255 or 26.20% from 561); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC493 is #253B6C. Grayscale: #C5C5C5. Windows color (decimal): -2440045 or 9684186. OLE color: 9684186.

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

Color convert

RGB218196147-
CMYK00.100.330.15
HSL41.41º48.97%71.57%-
HSV(B)41.41º32.57%85.49%-
XYZ53.9256.4935.67-
YUV196.9999.79142.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.86%
GREEN value IS 196 (76.95% from 255) = 34.94%
BLUE value IS 147 (57.81% from 255) = 26.20%
R=38.86%
G=34.94%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819614700.100.330.1541.4148.9771.57
HexDAC4930A21F293148
Octal33230422301241175161110
Binary1101101011000100100100110101010000111111010011100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC493; }

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

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

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

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

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

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

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

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