#DFC6A6

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

Shades of Raffia #DFC6A6

Tints of Raffia #DFC6A6

Color information

#DFC6A6 (or 0xDFC6A6) is unknown color: approx Raffia. HEX triplet: DF, C6 and A6. RGB value is (223,198,166). Sum of RGB (Red+Green+Blue) = 223+198+166=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 198 (77.73% from 255 or 33.73% from 587); Blue value is 166 (65.23% from 255 or 28.28% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC6A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC6A6 is #203959. Grayscale: #C9C9C9. Windows color (decimal): -2111834 or 10929887. OLE color: 10929887.

HSL color Cylindrical-coordinate representation of color #DFC6A6: hue angle of 33.68º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFC6A6 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB223198166-
CMYK00.110.260.13
HSL33.68º47.11%76.27%-
HSV(B)33.68º25.56%87.45%-
XYZ57.5158.8344.4-
YUV201.83107.78143.1-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.99%
GREEN value IS 198 (77.73% from 255) = 33.73%
BLUE value IS 166 (65.23% from 255) = 28.28%
R=37.99%
G=33.73%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319816600.110.260.1333.6847.1176.27
HexDFC6A60B1AD222f4c
Octal33730624601332154257114
Binary110111111100011010100110010111101011011000101011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC6A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC6A6; }

 p { color: rgb(223,198,166); }

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

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

 a { background-color: rgb(223,198,166); }

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

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

 span { border-color: rgb(223,198,166); }

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