#DAC293

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

Shades of Raffia #DAC293

Tints of Raffia #DAC293

Color information

#DAC293 (or 0xDAC293) is unknown color: approx Raffia. HEX triplet: DA, C2 and 93. RGB value is (218,194,147). Sum of RGB (Red+Green+Blue) = 218+194+147=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 194 (76.17% from 255 or 34.70% from 559); Blue value is 147 (57.81% from 255 or 26.30% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC293 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC293 is #253D6C. Grayscale: #C4C4C4. Windows color (decimal): -2440557 or 9683674. OLE color: 9683674.

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

Color convert

RGB218194147-
CMYK00.110.330.15
HSL39.72º48.97%71.57%-
HSV(B)39.72º32.57%85.49%-
XYZ53.4755.635.52-
YUV195.82100.45143.82-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.00%
GREEN value IS 194 (76.17% from 255) = 34.70%
BLUE value IS 147 (57.81% from 255) = 26.30%
R=39.00%
G=34.70%
B=26.30%

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
Decimal21819414700.110.330.1539.7248.9771.57
HexDAC2930B21F283148
Octal33230222301341175061110
Binary1101101011000010100100110101110000111111010001100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC293; }

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

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

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

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

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

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

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

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