#DFC49F

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

Shades of Raffia #DFC49F

Tints of Raffia #DFC49F

Color information

#DFC49F (or 0xDFC49F) is unknown color: approx Raffia. HEX triplet: DF, C4 and 9F. RGB value is (223,196,159). Sum of RGB (Red+Green+Blue) = 223+196+159=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 196 (76.95% from 255 or 33.91% from 578); Blue value is 159 (62.5% from 255 or 27.51% from 578); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC49F is #203B60. Grayscale: #C8C8C8. Windows color (decimal): -2112353 or 10470623. OLE color: 10470623.

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

Color convert

RGB223196159-
CMYK00.120.290.13
HSL34.69º50%74.9%-
HSV(B)34.69º28.7%87.45%-
XYZ56.4357.6740.96-
YUV199.86104.95144.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.58%
GREEN value IS 196 (76.95% from 255) = 33.91%
BLUE value IS 159 (62.5% from 255) = 27.51%
R=38.58%
G=33.91%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319615900.120.290.1334.695074.9
HexDFC49F0C1DD23324b
Octal33730423701435154362113
Binary110111111100010010011111011001110111011000111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC49F; }

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

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

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

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

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

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

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

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