#DFC5A4

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

Shades of Raffia #DFC5A4

Tints of Raffia #DFC5A4

Color information

#DFC5A4 (or 0xDFC5A4) is unknown color: approx Raffia. HEX triplet: DF, C5 and A4. RGB value is (223,197,164). Sum of RGB (Red+Green+Blue) = 223+197+164=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 197 (77.34% from 255 or 33.73% from 584); Blue value is 164 (64.45% from 255 or 28.08% from 584); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC5A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC5A4 is #203A5B. Grayscale: #C9C9C9. Windows color (decimal): -2112092 or 10798559. OLE color: 10798559.

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

Color convert

RGB223197164-
CMYK00.120.260.13
HSL33.56º47.97%75.88%-
HSV(B)33.56º26.46%87.45%-
XYZ57.158.343.37-
YUV201.01107.11143.68-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.18%
GREEN value IS 197 (77.34% from 255) = 33.73%
BLUE value IS 164 (64.45% from 255) = 28.08%
R=38.18%
G=33.73%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319716400.120.260.1333.5647.9775.88
HexDFC5A40C1AD22304c
Octal33730524401432154260114
Binary110111111100010110100100011001101011011000101100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC5A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC5A4; }

 p { color: rgb(223,197,164); }

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

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

 a { background-color: rgb(223,197,164); }

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

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

 span { border-color: rgb(223,197,164); }

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