#DFC49C

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

Shades of Raffia #DFC49C

Tints of Raffia #DFC49C

Color information

#DFC49C (or 0xDFC49C) is unknown color: approx Raffia. HEX triplet: DF, C4 and 9C. RGB value is (223,196,156). Sum of RGB (Red+Green+Blue) = 223+196+156=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 196 (76.95% from 255 or 34.09% from 575); Blue value is 156 (61.33% from 255 or 27.13% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC49C is #203B63. Grayscale: #C7C7C7. Windows color (decimal): -2112356 or 10274015. OLE color: 10274015.

HSL color Cylindrical-coordinate representation of color #DFC49C: hue angle of 35.82º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFC49C is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB223196156-
CMYK00.120.300.13
HSL35.82º51.15%74.31%-
HSV(B)35.82º30.04%87.45%-
XYZ56.1757.5739.6-
YUV199.51103.45144.75-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.78%
GREEN value IS 196 (76.95% from 255) = 34.09%
BLUE value IS 156 (61.33% from 255) = 27.13%
R=38.78%
G=34.09%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319615600.120.300.1335.8251.1574.31
HexDFC49C0C1ED24334a
Octal33730423401436154463112
Binary110111111100010010011100011001111011011001001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC49C; }

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

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

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

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

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

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

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

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