#DFC493

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

Shades of Raffia #DFC493

Tints of Raffia #DFC493

Color information

#DFC493 (or 0xDFC493) is unknown color: approx Raffia. HEX triplet: DF, C4 and 93. RGB value is (223,196,147). Sum of RGB (Red+Green+Blue) = 223+196+147=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 196 (76.95% from 255 or 34.63% from 566); Blue value is 147 (57.81% from 255 or 25.97% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC493 is #203B6C. Grayscale: #C6C6C6. Windows color (decimal): -2112365 or 9684191. OLE color: 9684191.

HSL color Cylindrical-coordinate representation of color #DFC493: hue angle of 38.68º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DFC493 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB223196147-
CMYK00.120.340.13
HSL38.68º54.29%72.55%-
HSV(B)38.68º34.08%87.45%-
XYZ55.4457.2735.74-
YUV198.4998.95145.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.40%
GREEN value IS 196 (76.95% from 255) = 34.63%
BLUE value IS 147 (57.81% from 255) = 25.97%
R=39.40%
G=34.63%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319614700.120.340.1338.6854.2972.55
HexDFC4930C22D273649
Octal33730422301442154766111
Binary1101111111000100100100110110010001011011001111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC493; }

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

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

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

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

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

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

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

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