#DAC193

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

Shades of Raffia #DAC193

Tints of Raffia #DAC193

Color information

#DAC193 (or 0xDAC193) is unknown color: approx Raffia. HEX triplet: DA, C1 and 93. RGB value is (218,193,147). Sum of RGB (Red+Green+Blue) = 218+193+147=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 193 (75.78% from 255 or 34.59% from 558); Blue value is 147 (57.81% from 255 or 26.34% from 558); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC193 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC193 is #253E6C. Grayscale: #C3C3C3. Windows color (decimal): -2440813 or 9683418. OLE color: 9683418.

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

Color convert

RGB218193147-
CMYK00.110.330.15
HSL38.87º48.97%71.57%-
HSV(B)38.87º32.57%85.49%-
XYZ53.2555.1535.44-
YUV195.23100.78144.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.07%
GREEN value IS 193 (75.78% from 255) = 34.59%
BLUE value IS 147 (57.81% from 255) = 26.34%
R=39.07%
G=34.59%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819314700.110.330.1538.8748.9771.57
HexDAC1930B21F273148
Octal33230122301341174761110
Binary1101101011000001100100110101110000111111001111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC193; }

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

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

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

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

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

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

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

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