#DFC295

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

Shades of Raffia #DFC295

Tints of Raffia #DFC295

Color information

#DFC295 (or 0xDFC295) is unknown color: approx Raffia. HEX triplet: DF, C2 and 95. RGB value is (223,194,149). Sum of RGB (Red+Green+Blue) = 223+194+149=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 194 (76.17% from 255 or 34.28% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC295 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC295 is #203D6A. Grayscale: #C5C5C5. Windows color (decimal): -2112875 or 9814751. OLE color: 9814751.

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

Color convert

RGB223194149-
CMYK00.130.330.13
HSL36.49º53.62%72.94%-
HSV(B)36.49º33.18%87.45%-
XYZ55.1556.4436.42-
YUV197.54100.61146.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.40%
GREEN value IS 194 (76.17% from 255) = 34.28%
BLUE value IS 149 (58.59% from 255) = 26.33%
R=39.40%
G=34.28%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319414900.130.330.1336.4953.6272.94
HexDFC2950D21D243649
Octal33730222501541154466111
Binary1101111111000010100101010110110000111011001001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC295; }

 p { color: rgb(223,194,149); }

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

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

 a { background-color: rgb(223,194,149); }

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

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

 span { border-color: rgb(223,194,149); }

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