#DFC494

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

Shades of Raffia #DFC494

Tints of Raffia #DFC494

Color information

#DFC494 (or 0xDFC494) is unknown color: approx Raffia. HEX triplet: DF, C4 and 94. RGB value is (223,196,148). Sum of RGB (Red+Green+Blue) = 223+196+148=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 196 (76.95% from 255 or 34.57% from 567); Blue value is 148 (58.20% from 255 or 26.10% from 567); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC494 is #203B6B. Grayscale: #C6C6C6. Windows color (decimal): -2112364 or 9749727. OLE color: 9749727.

HSL color Cylindrical-coordinate representation of color #DFC494: hue angle of 38.4º 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 #DFC494 is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB223196148-
CMYK00.120.340.13
HSL38.4º53.96%72.75%-
HSV(B)38.4º33.63%87.45%-
XYZ55.5257.3136.15-
YUV198.699.45145.4-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.33%
GREEN value IS 196 (76.95% from 255) = 34.57%
BLUE value IS 148 (58.20% from 255) = 26.10%
R=39.33%
G=34.57%
B=26.10%

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
Decimal22319614800.120.340.1338.453.9672.75
HexDFC4940C22D263649
Octal33730422401442154666111
Binary1101111111000100100101000110010001011011001101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC494; }

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

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

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

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

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

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

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

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