#DFC19F

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

Shades of Raffia #DFC19F

Tints of Raffia #DFC19F

Color information

#DFC19F (or 0xDFC19F) is unknown color: approx Raffia. HEX triplet: DF, C1 and 9F. RGB value is (223,193,159). Sum of RGB (Red+Green+Blue) = 223+193+159=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 193 (75.78% from 255 or 33.57% from 575); Blue value is 159 (62.5% from 255 or 27.65% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC19F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC19F is #203E60. Grayscale: #C6C6C6. Windows color (decimal): -2113121 or 10469855. OLE color: 10469855.

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

Color convert

RGB223193159-
CMYK00.130.290.13
HSL31.88º50%74.9%-
HSV(B)31.88º28.7%87.45%-
XYZ55.7656.3340.74-
YUV198.09105.94145.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.78%
GREEN value IS 193 (75.78% from 255) = 33.57%
BLUE value IS 159 (62.5% from 255) = 27.65%
R=38.78%
G=33.57%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319315900.130.290.1331.885074.9
HexDFC19F0D1DD20324b
Octal33730123701535154062113
Binary110111111100000110011111011011110111011000001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC19F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC19F; }

 p { color: rgb(223,193,159); }

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

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

 a { background-color: rgb(223,193,159); }

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

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

 span { border-color: rgb(223,193,159); }

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